dhyeythumar / Server-side-Development-with-NodeJS-ExpressJS-and-MongoDB

Implementation of REST-APIs with Node.js and Backend-as-a-Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server-side Development with NodeJS ExpressJS and MongoDB

GET · PUT · POST · DELETE · Cookies · Passport · JSON Web Tokens

What’s In This Document

Introduction

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.

Prerequisites Tools

  • 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.

Setup Instructions

Clone the repository

$ git clone https://github.com/Dhyeythumar/Server-side-Development-with-NodeJS-ExpressJS-and-MongoDB.git
$ cd Server-side-Development-with-NodeJS-ExpressJS-and-MongoDB

Install and Update Node JS Dependency

$ npm install
$ npm update

Getting Started

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!

License

Licensed under the MIT License.

About

Implementation of REST-APIs with Node.js and Backend-as-a-Service.

License:MIT License


Languages

Language:JavaScript 89.4%Language:HTML 9.9%Language:Pug 0.5%Language:CSS 0.2%