Skip to content

This is project-specific to restful API creation to handle CRUD operation using Mongo DB.

Notifications You must be signed in to change notification settings

bipin115/restfull-api-nodejs

Repository files navigation

/*** To START Server to be able to receive API end point requests ***/

npm run dev    - To start the sever in development Mode on PORT 5000.
npm run start  - To start the server in Prodouction Mode on PORT 5000.

/*** To update ENV for Mongoose Database connection ***/
You can find this connection URI from MongoDB Atlas using below mentioned Path.

Path : Under DATA STORAGE => <NEW CLUSTER NAME> => connect => Connect your application. => Copy URI from there to replace in the ENV file.
MONGO_URI=mongodb+srv://<USER ID>:<PASSWORD>@sandbox-oxnyw.mongodb.net/<DATABASE>?retryWrites=true&w=majority

About

This is project-specific to restful API creation to handle CRUD operation using Mongo DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published