This is a boilerplate application for building REST APIs in Node.js using ES6 and Express. Intended for use with Postgres using Sequelize ORM.
Install dependencies:
npm i
Set environment (vars):
cp .env.example .env
Start server:
# Start server
npm run dev