https://github.com/realiens/budget-app
https://github.com/realiens/budget-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realiens/budget-app
- Owner: ReAliens
- Created: 2022-04-18T03:36:04.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-11T12:39:16.000Z (about 4 years ago)
- Last Synced: 2024-10-18T09:14:00.980Z (over 1 year ago)
- Language: Ruby
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# budget-app
BudgIT is a mobile-web app that takes a record of categories and the transactions carried out on a category.
# Built With
- Ruby
- Ruby on Rails
- tailwind
- git
# Presentation Link
https://www.loom.com/share/f28bec8cc25146d999a6304ed61f25d8
# Live demo
https://boiling-sierra-40690.herokuapp.com/
# Getting Started
To get a local copy up and running follow these simple example steps.
Clone the project by using terminal:
```
git clone git@github.com:ReAliens/budget-app.git
cd budget-app
```
and then run the following command
```
bundle install
```
# Development
- Create database and run migrations using
```
bin/rails db:setup
```
- Start the server using
```
bin/rails s
```
- To run test
```
rspec spec
```
# Prerequisites
- Ruby
- Rails
# Author
👤 **Ahmed**
* GitHub: [github](https://github.com/ReAliens)
* LinkedIn: [@linkedin](https://www.linkedin.com/in/armali/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- A special thanks to Microverse team
- A special thanks to all our peers.
- A special thanks to Gregoire Vella on Behance.
## 📝 License
This project is [MIT](./MIT.md) licensed.