- Create and change to a new gemset and install bundle and bundler
- Run
bundle install
- Create and migrate db
rails db:create && rails db:migrate
- Seed db
rails db:seed
- Start the server with
rails s
The following admin credential can be used to test admin-only features: email: [email protected], password: 123456.
Additional admin users and regular users are generated by the db:seed.
The API has been documented here.
Get the frontend here.