Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 764 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 764 Bytes

A Completed Task Manager

This rails app is meant to suplement the Task Manager tutorial. If you have not already started that tutorial, please do that before diving in to this repo - much of the file structure will not make sense if this is your first time looking at a Rails app!

Setup

To get this repository cloned down and set up locally:

$ git clone git@github.com:turingschool-examples/task-manager-7-complete.git
$ cd task-manager-7-complete
$ bundle install
$ rails db:{drop,create,migrate}

Running Locally

After completing the setup, you can now start your server with $ rails s and navigate to http://localhost:3000/.