This app lets people organize and divide chores between everyone living in a house.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Ruby 2.6.1 needs to be installed
sudo apt update
sudo apt install ruby-full
rvm install "ruby-2.6.1"
rvm use 2.6.1
Clone the repository
git clone [email protected]:Leonzon95/choremates-backend.git
Go to file
cd choremates-backend
Install all gems
bundle install
Start a local server
rails s
- Rails- DSL to help create application
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License