We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ docker-compose up --build
http://localhost:300/
$ sudo apt-get update
$ sudo apt-get install postgresql postgresql-contrib
$ psql -U postgres -h localhost
$ postgres=# CREATE DATABASE dbname;
$ npm install
$ ./node_modules/.bin/sequelize db:migrate
To start the application (server and client) run:
npm start
For running the test suit run:
npm test