-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation of RESTful API FOR items #19
Comments
@neelamnagarajgithub Could you please mentioned clearly that what routes you are going implement along the with basic setup of the backend. |
I am going to implement three routes |
@neelamnagarajgithub Alright. Thanks for for the clarification. @mohitparmar1 As #19 will deal with the products and i will implement the login and sign up with OTP functionality. |
@neelamnagarajgithub Hii , can u pls explain me how did u add mongo in other application. and how did u manage ur all secrets keys ? Thank u 😄 ! |
@Ayush-may For using mongoDB into our application we have to use a database connection link called MONGO_URI Or MONGO_URL. We can get the MONGO_URI from the mongodb Atlas and you can use database by the connection url. Apart from the atlas you can use mongodb compass as well. Now your 2nd Question was that how to manage all secret?? For keeping all sensitive data such as Database url, jwt secret api key, etc . We have to keep all these things into our .env file . I hope you are able to understand little bit. If any face any issues and help need, feel free to ask. |
@mohitparmar1 i request you to please create a particular project specific channel under GSSOC 2024 to discuss in efficient manner. |
@niteshtiwari52 , your suggestions would be appreciated. |
RESTful API for Items - fixes #19
as of know there is the data in the json file itself. by using the MVC architecture , i can create a restful api route which serves the frontend and connect the api to frontend.
please assign me this issue under GSSOC24
The text was updated successfully, but these errors were encountered: