Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephnna/budget-app
https://github.com/stephnna/budget-app
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephnna/budget-app
- Owner: stephnna
- Created: 2022-12-19T07:41:09.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-23T16:30:27.000Z (about 2 years ago)
- Last Synced: 2024-04-22T06:10:02.798Z (8 months ago)
- Language: Ruby
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
Click to view contents
📖 About the Project
💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This **Budget App** is a ruby on rails application that allows users to create and update posts.
Client
Database
This projects aim is to help users implement a real-world project that
- 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.
## 🚀 Live Demo
- [Video Demo Link](https://www.loom.com/share/ca59940837a04b618b95d787c663d174)
- [Live Demo Link]()
To get a local copy up and running, follow these steps.
### Prerequisites
- Ruby
- Rails
- Node package manager (npm)
### Setup
#### Github
- Enter this url: [https://github.com/stephnna/budget-app](https://github.com/stephnna/budget-app) in your web browser.
- Once opened navigate to the top left level of the project a green code download button will be visible on the righthand side.
- Select the download Zip option from drop-down menu.
- Once the download is complete you will be able to access my project locally.
#### Local (Terminal)
```sh
git clone [email protected]:stephnna/budget-app.git
cd budget-app
```
### Install
Install this project with:
### Usage
To run the project, execute the following command:
- Run `rails s` or `rails server` to start a development server.
### Run tests
To run tests, run the following command:
`rspec spec` will run all the tests.
Also, you can run `rspec spec/` to run specific tests.
You can also run `RAILS_ENV=test rspec spec/` to run the tests in test mode.
- GitHub: [@stephnna](https://github.com/stephnna)
- Twitter: [@stephnna](https://twitter.com/stephnna)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-ezea/)
-allow user to manage budget
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue, feel free to check the [issues page](../../issues/).
If you like this project. Don't forget to give it a ⭐️
- A big thanks to [@microverseinc](https://github.com/microverseinc) for the project idea, guidance and inspiration.
- [Find the original design here](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
- **What inspired me to create this project?**
- The inspiration for this project came from microverse – a software development bootcamp where you work with teammates remotely on different projects.
This project is [MIT](./LICENSE) licensed.