- 📖 About the Project
- 💻 Getting Started
- 👤 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
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.
The Recipe App was built with:
- Ruby On Rails
- PostgreSQL
- Authentication
- Table Logic
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby 3.2.1 or later
- Rails 7.0 or later
- PostgreSQL
After installing Ruby, run the following command to install rails.-
gem install rails
-
Clone this project on your local machine using the following command in your terminal:
-
Make sure to add .env file on your root directory and setup your .env file with your postgres username and password!
git clone https://github.com/Zainab-Alzubair/RoR-budget-app.git
bundle install
rails s
Run the following command to install all project's dependencies:
cd recipe-app
bundle install
node install
rails db:create:all rails db:migrate rails db:seed ### to populate the database with some sample data. rails s ## to start the server. http://localhost:3000 ## app link in the browser
bundle install
Next setup your .env so that you can create your dbs. Then:
rails db:create
rails db:migrate
rails db:seed
rails c
--> To run rails console
rails s
--> To run rails server
- Make sure to add data to the test db or create dummy data on the test files inside rspec folder.
bundle install
rspec spec
👤 Zainab
- GitHub: Zainab-Al-Zubair
- LinkedIn: LinkedIn
- implement some UX improvements: include transitions and/or animations, etc.
- A decent desktop design for the webapp.
- Implement the left side menu to improve the navigability of the app
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly give it a star ⭐️
- Microverse for providing the education that inspired this project.
- RailsGuides for the excellent documentation on Ruby on Rails.
- Gregoire Vella for the original design idea on Behance.
This project is licensed under the MIT License - see the LICENSE file for details.