- Notifications
You must be signed in to change notification settings - Fork1
bipin115/restfull-api-nodejs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.