Skip to content

An app where you can keep track of finished and unfinished tasks (Epicodus Rails Week 1 Weekend)

Notifications You must be signed in to change notification settings

codemargaret/to_do_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails To-Do

An app that allows a user to create to-do lists, 11.12.2017

By Margaret Berry

Project Goals

  • Get comfortable with Rails.
  • Use ActiveRecord with Rails.
  • Implement a one-to-many relationship
  • Have CRUD functionality for all models.
  • Use flash messages.

User Stories

  • As a user, I want to:
    • Create a new list
    • Edit a list
    • Delete a list
    • Add tasks to the list
    • Edit a task
    • Delete a task

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd to_do_rails
  3. $ bundle install
  4. $ rake db:create
  5. $ rake db:test:prepare
  6. $ rake db:migrate
  7. $ rake db:seed
  8. $ rails s
  9. Navigate to localhost:3000/lists

Known Bugs

There are no known bugs at this time.

Support and contact details

If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • Ruby-on-Rails
  • ActiveRecord

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry

About

An app where you can keep track of finished and unfinished tasks (Epicodus Rails Week 1 Weekend)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published