- Install Ruby (e.g. see instructions in https://gorails.com/setup/osx/10.15-catalina)
- Install PostgreSQL (e.g. see instructions in https://gorails.com/setup/osx/10.15-catalina)
- Install Rails and dependencies. Run
bundle install
in project directory.
bundle exec rake db:reset
bundle exec rake db:fixtures:load
- Run backend server:
rails s
- Open
http://localhost:3000/
in a browser.
- Search for the word
TODO
within the project - Follow the instructions on the
TODO
and implement as many as you can - Also fix any bug that you find
- Also improve any code that is confusing and repetitive
- UI is not important, no need to improve the UI.
- Fork this repository
- Commit and push your changes
- Make a PR from your fork to this repository
- Send us an email