deepak41 / nodejs-login-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS Login App

Build Status

NodeJs 10.23.3, ExpressJs 4.13.0 & MongoDB 3.4.19 based restful backend service.

Getting Started

To run the project:

Make sure MongoDB instance is running on the system.

  1. Clone the project
    $ git clone https://github.com/deepak41/nodejs-login-app.git

  2. Go to root folder of the project and do:
    $ sudo nano .env
    and paste NODE_ENV=development in the file and save it.

  3. Then enter the following commands:
    $ sudo npm install
    $ sudo nodemon

The app should be up and running.

About


Languages

Language:JavaScript 97.2%Language:HTML 2.8%