A simple whishlist made on top of ES6 with nodejs, express, postgresql and docker 🐳.
- NodeJs V6
- PostgreSQL
$ docker-compose build; docker-compose up
$ npm install
Create a postgresql database
$ createdb database name
Put your credentials in config.development.js
Tests are running over sqlite database
$ npm test
$ npm start
$ npm run production
$ cp config.development.js config.production.js
$ npm run production
To generate apidoc run
$ npm run apidoc
To run eslint
npm run lint
To tun eslint with automatic fixes
npm run lint:fix