/task-list-rails

Apostila CRUD Rails terminada, só o código que eu fiz

Primary LanguageRubyMIT LicenseMIT

Task List (TreinaDev 7)

Apostila CRUD Rails terminada, só o código que eu fiz

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

Project Started

# Don't run this command
╰─❯ rails new task-list-rails

Ruby version

  • Ruby v3.0.2 | Rails >= 6.1.4.1

System dependencies

  • Make sure Yarn is installed;
  • All Rails stuff;

Configuration

bundle install

Database creation

No need.

Database initialization

rails db:migrate

How to run the test suite

No need.

Services (job queues, cache servers, search engines, etc.)

...

Deployment instructions

rails server

Routes

Done? Method URL
Yes Create localhost:3000/tasks/new
Yes Read localhost:3000/
Yes Update localhost:3000/tasks/id/edit
Yes Delete localhost:3000/tasks/id