This is a simple Node.js, express.js mongodb
API to create data, such as Product, user etc.
This is a simple Node.js, express.js mongodb
API to create data, such as Product, user etc.
- Clone this repository
git clone <repository>
-
Install node package
npm Install
-
Start the server
npm start
All source file in src
folder
File stuctures
src
|_ all_route
|_ route.js
|_ db
|_ db.js
|_ app.js