This README outlines the details of collaborating on this Ember application. This is the backend application to trouble-maker-frontend
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd trouble-maker
yarn install
yarn run sq db:create
To create a postgres user with the name 'troublemaker' and a database with the same name, as mentioned inconfig/config.js
.- run
node index.js
( for sync db ) and open new tab to run bellow command yarn run sq db:seed:all
to run all the seed files. You now have a dummy user in your database
- To setup a user role and a database in postgres, refer to this article
- To populate your database and run seed files, refer to this article