Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1018 Bytes

README.md

File metadata and controls

58 lines (35 loc) · 1018 Bytes

ChoreMates

This app lets people organize and divide chores between everyone living in a house.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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

Installing

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

Built With

  • Rails- DSL to help create application

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License