A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with JWT Authentication
Clone the repo:
git clone https://github.com/SaeedSheikhi/elegant-express.git
cd elegant-express
Install yarn:
npm install -g yarn
Install dependencies:
yarn
Set environment (vars):
cp .env.example .env.development
Start server:
# Start server on Unix machine
yarn dev-unix
# Start server on Windows machine
yarn dev-win