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
- Create a postgres user with the name 'troublemaker' and a database with the same name, as mentioned in
config/config.js
. 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