- Node.js
- Express
- Sequelize
- npm install
- npm install pg pg-hstore || mysql || sqlite3 || tedious (based on db, see sequelize config)
- npm run init:db
- pass DB configuration into generated config/config.js file
- npm run migrate:db
- node index.js
By default server will listen port 8081. To change port number just pass SERVER_PORT environment variable.