Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 534 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 534 Bytes


Intoduction

NODE JS API boilerplate

Installation

npm install

Configuration

cp .env.example .env

Add your configuration to .env

Run Server

Switch NodeJs version

nvm use

Start server

npm run start

Feature

  • Add support MongoDB core
  • Add support MySQL
  • Add support PostgreSQL
  • Add support Redis