- Do install this Sofwares: NodeJS, MongoDB, MongoDBCompass, VSCode, Postman
- Clone this repository
- Save in your system
- Open it in VSCode
- Open terminal in VSCode
- Type a command "npm install", this will install all your packages
- Then start your mongodb server, by opening a new terminal and type "mongo"
- Then go to MongoDBCompass, connect it with localhost using "mongodb://localhost:27017/"
- In MongoDBCompass add database with name "restuarant" and "users" as collections
- After doing this, goto VSCode, and type "npm start", this start your NodeJS server
- To test this project open Postman and add "http://localhost:8080/"
- Thats it, you can manage your database using nodejs links
- NodeJS
- ExpressJS
- MongoDB