This is the Ruby on Rails Microverse Capstone project
This project is intended to test the programming skills of the student to build a real-world application within a deadline.
This project requires knowledge of Rails Active Record and how to make proper associations between models.
- Ruby v2.7.2
- Ruby on Rails v6.1.3
- Rubocop
- Faker
- Populator
- Rspec
To get a local copy up and running follow these simple example steps.
- Ruby: 2.7.2
- Rails: 6.1.3
- Postgres: >=9.5
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
update yarn dependencies with:
yarn
If the user wants to seed the database with initial data they should run
rails db:seed
Only for development
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rspec
👤 Abel Lavieri
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.