- Node.js
- Express.js
- PostgreSQL
- Sqitch
- Bunyan
- cors
- debug
- dotenv
- express
- express-jsdoc-swagger
- logger
- pg
First clone this repository and install dependencies :
npm install
Then you need to connect to your own postgreSQL database. Create .env file and use the .env.example file to add your own config
Start the server with :
npm start