MENU
README | How to run locally | REST API doc | Web app screenshots | Branch descriptions
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.4
- bundler
>= 2.5.14
- bundler
- Install system dependencies
- Access one of the branches
- Create a
config/master.key
file with the following content:
echo '257d6f71fb8c5a5e9724a130c0e35c5d' > 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