This is a basic project made with Rails 7 to study Turbo Rails. It's a quote web app where you can create quotes, dates and items.
I coded along during the Turbo Rails Tutorial from Hotrails.
All commits that come from the course have the chapter identification. All later commits are changes that I made to the project. These changes include:
- User registration (TODO)
TODO: Finish instructions.
To run this project on your local machine you need to have Postgres and Redis. Then, you can run it with:
- Clone this repository and access the its directory.
- Run
bundle
to install the gems. - Run
rails db:migrate
andrails db:seed
. - Then run
bin/dev
.