Name: Chow Jia Ying
Matriculation number: A0187457M
Mid-submission:
- Mid-submission documents are in the mid-submission folder.
Final submission:
- The application, deployed to Heroku, can be found here.
- The final write up can be found in this folder.
- Clone this repository
- Install postgres -
brew install postgres
and start postgres - Install dependencies -
bundle install
- Set up webpacker -
bundle exec rake webpacker:install
- Set up database -
rake db:create
thenrake db:migrate
- Running a dev server -
rails s