Budget App is a mobile web application where users can manage their expenses and organize them in categories.
- Rails v.7.0.3
- PostgreSQL v.14.3
- Tailwind CSS for Rails
- Redis
- Sidekiq
Install:
To get a local copy follow these simple example steps.
- Open the terminal window and clone the repository using this command:
[email protected]:leopiresgoss/budget-app.git
- Change the directory:
cd budget-app
- Install the project's dependencies by running this command:
bundle install
- Make sure that PostgreSQL is running perfectly in your computer
- Run
rails db:create
and thenrails db:migrate
to create and setup the database in PostgreSQL - In a separate terminal, run your Redis server, and, open another one to run the Sidekiq
- Run
./bin/dev
to start the server and run TailwindCSS, you should have three terminals opened: one for the Redis, one for the Sidekiq and the last one for this server - [OPTIONAL] To test the application, run
rspec
👤 Leonardo Pires Goss
- GitHub: leopiresgoss
- Twitter: @leonardopgoss
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A special thank for @fernandorpm for this amazing README template
- Thanks Gregoire Vella for this outstanding template
This project is MIT licensed.