Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-lafontant/budget-app
Budget-App is a mobile web application. It allows a registered user to manage an expense budget by categorizing and tracking each expense. Budget-App is built with Ruby on Rails.
https://github.com/david-lafontant/budget-app
portfolio postgresql rails tailwind-css
Last synced: 12 days ago
JSON representation
Budget-App is a mobile web application. It allows a registered user to manage an expense budget by categorizing and tracking each expense. Budget-App is built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/david-lafontant/budget-app
- Owner: david-lafontant
- Created: 2022-06-13T16:06:33.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-19T22:17:02.000Z (about 1 month ago)
- Last Synced: 2024-11-19T23:24:03.656Z (about 1 month ago)
- Topics: portfolio, postgresql, rails, tailwind-css
- Language: Ruby
- Homepage: https://infinite-peak-96556.herokuapp.com/users/1/groups
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget App
**Budget App** App is an application that helps your expenses and stay on budget!.
| | | |
|---|---|---|
| ![image](screen-01.png) | ![image](screen-04.png) | ![image](screen-05.png) |# This project was built with
- Ruby on Rails
- Postgressql
- Tailwind CSS
## Live Demo
[Live Demo link](https://my-rails-budget-app-0479a13abf21.herokuapp.com/)
## Loom video
[Loom video link](https://www.loom.com/share/2a189b1491a64e82a1b6f24794468c96)# Getting Started
To get a local copy up and running follow these simple steps.
- You can clone this repo by typing `https://github.com/david-lafontant/Budget-App.git` on your terminal.
- Type `cd Budget-app` to access the project on the terminal.
- Run `bundle install` to install all the required dependancies.
- - Run `rails db:reset` to drop, create and migrate a new database.
- Run `rails s` to start a development server.# Testing
`rspec` will run all the tests.
Also, you can run `rspec [FILE PATH]` to run specific tests.
You can also run `RAILS_ENV=test rspec spec/` to run the tests in test mode.
## Errors
If you encounter any errors, run the following commands.
- Run `rails db:reset` to drop, create and migrate a new database.
- Run `rubocop && rubocop -A` to check for and fix code errors.
## Author
👤 **David Lafontant**
- GitHub: [@david-lafontant](https://github.com/david-lafontant)
- Twitter: [@manikatex](https://twitter.com/manikatex)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-lafontant)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/david-lafontant/Budget-App/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse for giving me this chance
- The design template provider [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)(Sanpscan App).## 📝 License
This project is [MIT](./LICENCE) licensed.