- 📖 About the Project
- 🛠 Built With
- Tech Stack
- Key Features
- 💻 Getting Started
- Setup
- Prerequisites
- Install
- Usage
- Run tests
- Deployment
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Budget App] is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.
Ruby on Rails
Database
- A user can register and login
- Added authourization
- A user see the money spent on each category.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Postgres
- Vscode
- gem install rails
Clone this repository to your desired folder:
cd my-folder git clone https://github.com/ifeanyi305/budget-app
Install this project with:
- cd my-project
- bundle install
- rails db:create db:migrate db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails test test/models/article_test.rb
You can deploy this project using:
- Create api documentation
- Add more styling
- Implemeting all CRUD operations
👤 Author1
- GitHub: @ifeanyi305
- Twitter: @ifeanyi305
- LinkedIn: oti joseph
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star ⭐️
Thanks @Gregoire Vella on Behance for providing this template
This project is MIT licensed.