Ruby on Roids is a hackathon project initially developed by:
Tech stack: Ruby on Rails
Ruby Version: 3.0.0
Rails Version: 7.x.x
- Install the gem dependencies using
bundle install
- Create the database with
bundle exec rails db:create
- If the previous command didn't already, run the migrations with
bundle exec rails db:migrate
- Seed the database using the command
bundle exec rails db:seed
, this can take some time - Start the server using
bundle exec rails server
The test suite will use RSpec.
RSpec suite can be run using bundle exec rspec spec
There are currently no other services required for the application.
This is most likely going to change in the future as we implement caching and background jobs.
This repository is currently being developed by the three stated at the top.
If you wish to help us with development, please reach out to any of us.