- Node 16 (
nvm use 16
) - Yarn (
npm install -g yarn
)
Run docker-compose up
cd backend
./seed.sh
Seeds script calls seed/seed.js
, which uses files which are not available in public domain, but earlier versions of the file have some sample data instead.
heroku git:remote -a frontend-heroku-app git push heroku main heroku git:remote -a backend-heroku-app git push heroku main