Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 703 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 703 Bytes

Node Mongo Starter

NodeJS + ExpressJS + MongoDB + JWT => Boilerplate

Getting Started

This are the stepes of how you may give instructions on setting up your project locally. To get a local copy up and running follow steps.

Prerequisites

You need to use the software and how to install them.

  • Node JS

  • npm

    $ npm install npm@latest -g
    

Installation

  1. Clone the repo

    $ git clone https://github.com/KtanPatel/node-mongo-starter.git
    
  2. Install NPM packages

    $ cd node-mongo-starter && npm install
    
  3. Copy .env.example to .env

    $ cp .env.example .env
    
  4. Run Server

    $ npm start