Skip to content

A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with JWT Authentication

License

Notifications You must be signed in to change notification settings

SaeedSheikhi/elegant-express

Repository files navigation

elegant-express

A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with JWT Authentication

Getting Started

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

About

A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with JWT Authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages