... A Todo app made with RoR, Tailwind, Turbo (rails 7), Postgresql
Here are the technologies used in this project.
- Ruby version 3.1.0
- Rails version 7.0.2
- TailwindCSS
- Postgresql
- Turbo-streams
...
- To install gems:
$ bundle install
- To create the bank and do as migrations:
$ rake db:create db:migrate db:seed
- To run the project:
$ rails s
1.0.0.0