This app was made to practice using Ruby on Rails. It allows users to create lists and tasks ansd associate them with each other.
Open Terminal and clone the repository.
$ cd Desktop
$ git clone https://github.com/noahramey/to_do_rails.git
Navigate to the repository and bundle Ruby gems:
$ cd to_do_rails
$ bundle install
Make sure Postgres is running on your local machine, then setup the database:
$ rails db:setup db:test:prepare
Start the Rails server.
$ rails s
Open your browser and navigate to localhost:3000
.
MIT License. Copyright © 2016 "Noah Ramey"