https://github.com/ankitt26/saveit
The SaveIt app is a mobile web application 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.
https://github.com/ankitt26/saveit
database fullstack-development postgresql ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
The SaveIt app is a mobile web application 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.
- Host: GitHub
- URL: https://github.com/ankitt26/saveit
- Owner: ankitt26
- License: mit
- Created: 2023-09-17T17:48:46.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-09-23T16:56:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T01:45:37.749Z (over 1 year ago)
- Topics: database, fullstack-development, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://saveit-ankit.onrender.com/
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SaveIt
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[SaveIt\] ](#-saveit-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [📽️ Presentation ](#️-presentation-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
The SaveIt app is a mobile web application 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.
- Ruby on Rails
- PSQl
### Key Features
*Allows the user to:*
- *register and log in, so that the data is private to them.*
- *introduce new transactions associated with a category.*
- *see the money spent on each category.*
> [📷 see video ](https://www.loom.com/share/fadf02e040d047be85d10a23f0d2a5b6?sid=6e4bef91-4d4f-4d34-ac4b-76e2af157546)
> [🎉 see live ](https://saveit-ankit.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
- PostgreSQL
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone git@github.com:ankitt26/SaveIt.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
Example command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
Example command:
```sh
rails db:reset RAILS_ENV=test
rspec spec
```
👤 **Ankit**
- GitHub: [@ankitt26](https://github.com/ankitt26)
- Twitter: [@ankit26k](https://twitter.com/ankit26k)
- LinkedIn: [ankit26k](https://www.linkedin.com/in/ankit26k/)
- [ ] _User can delete_
- [ ] _User can public categories_
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, give it a ⭐️!
I would like to extend my sincere thanks and credit to [Gregoire Vella](https://www.behance.net/gregoirevella) for the inspiring design that served as the foundation for the creation of the Crypto-place app.
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
Thanks Microverse for giving me this opportunity to work on this wonderful project.
This project is [MIT](./LICENSE) licensed.