- 📖 About the Project
- Diagram
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Budget App Rails A mobile web application where a user can manage their budget: they have a list of transactions associated with a category, so that one can see how much money they spent and on what.
Server
Visit the page Demo Link Watch the Demo video
- A login page
- A registration page
- A category list
- A Transactions list
- Add category form
- A transactions form
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Rails
- Postgresql
Clone this repository to your desired folder:
cd blog-app
git clone https://github.com/kessio/budget-app-rails.git
Install this project with:
- After cloning type 'cd budget-app-rails'.
- Run 'bundle install' to install all the required dependencies.
To run the project, execute the following command:
- Run 'rails db:create' to create a new database
- Run 'rails db:migrate' to migrate the db and build the schema
- Run 'rails s' to start the dev server
👤 Sharon Kessio
- GitHub: @kessio
- Twitter: @kessio_sharon
- LinkedIn: LinkedIn
Features to add to the project.
- Pagination or infinite scrolling for the categories.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
The design guidelines used to create this project is by Gregoire Vella on Behance
-
Do I have to have any previous knowledge about ruby to use this project?
- No!
-
How to use this project?
- check the Getting Started section to have a complete guid on how to setup and run teh project.
This project is MIT licensed.