Skip to content

Guavalines/rails-task-manager

Repository files navigation

TASK MANAGER

This is a Rails App using ACTIVE RECORD and MVC pattern

With basic CRUD features, a user can...

1.) ADD new task (CREATE)
2.) REMOVE task (DESTROY)

My Tasks

3.) VIEW task details (READ)

Edit Tasks

4.) EDIT task (mark/unmark done) (UPDATE)

Edit Task

Please initialize the following before starting the app:

Versions

Ruby 3.0.3

Ruby on Rails 6.1.4.6

Setup

 git clone [email protected]:guavalines/rails-task-manager.git
 cd rails-task-manager
 rails db:create db:migrate db:seed:replant
 bundle install
 yarn install
 rails server

Open your browser and visit localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published