BabalolaBrainiac / elegant-express

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%