This is a boilerplate application for building REST APIs in Node.js using Express. Intended for use with Postgres using Sequelize ORM.
Install yarn:
npm install
Set environment (vars):
cp .env.example .env
Start server:
# Start server
npm start
# Dev mode
npm run dev
check on this link