An application to take notes of types of investments and how much was spent on each category/group/company.
Ruby >= 3.0.0
Rails >= 7.0.0
Postgresql >= 12.0
- To get a local copy of the repository please run the following commands on your terminal:
git clone https://github.com/lfmnovaes/recipe-app.git
- Go to the cloned directory with
cd recipe-app
- Run
bundle install
to install the necessary packages - Install the
postgresql
database and all necessary dependencies (if you are on Ubuntu just runsudo apt install postgresql postgresql-contrib
) - Run
rails db:create
andrails db:migrate
to create the database locally- If you already have one with the same name just run
rails db:reset
instead
- If you already have one with the same name just run
- After installing everything, you can run now the website with
rails s
- Rubocop (Ruby code linter)
rubocop
- Stylelint (CSS linter)
npx stylelint "**/*.{css,scss}"
- Using RSpec and Capybara
rspec ./spec/
👤 Luís Fernando
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.