Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
/ task-list-rails Public archive

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

License

Notifications You must be signed in to change notification settings

LeDragoX/task-list-rails

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks