This repo contains the javascript code for the concepts I learned during the "Server-side Development with NodeJS, Express, and MongoDB" course on Coursera. It also contains the assignment work which I did to get the credits for this course. Check my certificate here, and also this check this amazing course over here.
-
MongoDB : You will require a database on which the queries can be executed. Refer the this to get the MongoDB. Replace the credentials in this file to get connected with your database.
-
Postman : To start sending different requests (GET, PUT,...) to your back-end you can use Postman or you can also create the front-end and make requests using javascript. To get the postman check this.
Clone the repository
$ git clone https://github.com/Tuhin-SnapD/Server-Restaurant.git
$ cd Server-side-Development-with-NodeJS-ExpressJS-and-MongoDB
Install and Update Node JS Dependency
$ npm install
$ npm update
Run this project by just executing this command:
$ npm start
The back-end is now running on http://localhost:3443
. Now you can start editing your changes!