https://github.com/developerwaleed/budget-manager
Looking to stay on top of your budget? Budget Manager is here to help. This mobile web application lets you create categories and add transactions to keep your finances in order.
https://github.com/developerwaleed/budget-manager
postrgesql rails ruby
Last synced: about 1 year ago
JSON representation
Looking to stay on top of your budget? Budget Manager is here to help. This mobile web application lets you create categories and add transactions to keep your finances in order.
- Host: GitHub
- URL: https://github.com/developerwaleed/budget-manager
- Owner: developerwaleed
- License: other
- Created: 2022-11-14T08:18:04.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-31T20:49:40.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:44:15.382Z (over 1 year ago)
- Topics: postrgesql, rails, ruby
- Language: Ruby
- Homepage: https://budget-manager.onrender.com/
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget Manager ](#-budget-manager-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
Looking to stay on top of your budget? **Budget Manager** is here to help. This mobile web application lets you create categories and add transactions to keep your finances in order.
Server
Database
### Key Features
- **User Authentication with devise**
- Bootstrap5 has been used for styling!
- [Live Demo Link](https://budget-manager.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby runtime environment
- Postgresql
- Rails
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
- Clone the repository using `https://github.com/developerwaleed/Budget-Manager.git`
- Navigate to the folder using `cd Budget-Manager`
- Use the following commands to
- install necessary gems `bundle install`
- create database `rails db:create`
- run migrations and create default user as admin `rails db:migrate db:seed`
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
### Deployment
You can deploy this project using:
- Heroku
| 👤 Name | Github | Twitter | LinkedIn |
|------|--------|---------|----------|
|Waleed Amjad|[@developerwaleed](https://github.com/developerwaleed)|[@developerwaleed](https://twitter.com/developerwaleed)|[@developerwaleed](https://www.linkedin.com/in/developerwaleed/)|
- Allow users to add their avatar.
- Create API endpoints to allow users to update their info.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
We would like to thank microverse for providing the curriculum to guide us on this project.
This project is [MIT](https://github.com/developerwaleed/final-capstone-back-end/blob/fixes/MIT.md) licensed.