MENU
README | How to run locally | REST API doc | Web app screenshots
Instructions to setup and run the application locally.
- System dependencies
- How to setup the application
- How to run the application locally
- How to run the test suite (and generate coverage report)
- How to generate the code quality
- How to generate the App statistics
- SQLite3
- Ruby
3.3.1
- bundler
>= 2.5.6
- bundler
- Install system dependencies
- Access one of the branches
- Create a
config/master.key
file with the following content:
echo 'a061933f96843c82342fb8ab9e9db503' > config/master.key
chmod 600 config/master.key
- Run
bin/setup
bin/rails s
- Open in your browser:
http://localhost:3000
bin/rails test
bin/rails rubycritic
bin/rails stats