Skip to content

NodeJS, ExpressJS, JWT, MongoDB => Boilerplate

Notifications You must be signed in to change notification settings

KtanPatel/node-mongo-starter

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published

Languages