This app is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Register and log in, so that the data is private to the user.
- Introduce new transactions associated with a category.
- See the money spent on each category.
- Ruby on Rails
- Devise for authentication
- PostgreSQL
- Tailwind css
- Rspec test
https://rocky-dusk-21313.herokuapp.com/
- Ruby ruby-3.1.2 installed
- PostgreSQL DBMS running
- Open your terminal and navigate to the folder you would like to save the project.type the following commands to your terminal
git clone git@github.com:darikmohammed/Budget-Managment-app.git
cd Budget-Managment-app && bundle install
before running the project we have to setup our databses
-
Set databased name and password in database.yml
-
Or Set
.env
file contains environment variables needed to get the Database up and running.
.env.local
file you can use as a guide to configuring your own. Type the following commands into the terminal (or Git Bash, if using Windows) to create your.env
file:
cp .env.local .env
rails secret
- Set your variables at .env
DATABASE_HOST
DATABASE_USER
DATABASE_PASSWORD
rails db:reset
rails server
- Open your web browser at http://127.0.0.1:3000/
rspec
👤 Darik Mohammed
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: darikmohammed
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.