An open API service indexing awesome lists of open source software.

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.

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-)

# 📖 [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.

## 🛠 Built With

### Tech Stack

- 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.*

(back to top)

## 📽️ Presentation

> [📷 see video ](https://www.loom.com/share/fadf02e040d047be85d10a23f0d2a5b6?sid=6e4bef91-4d4f-4d34-ac4b-76e2af157546)

(back to top)

## 🚀 Live Demo

> [🎉 see live ](https://saveit-ankit.onrender.com)

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Authors

👤 **Ankit**

- GitHub: [@ankitt26](https://github.com/ankitt26)
- Twitter: [@ankit26k](https://twitter.com/ankit26k)
- LinkedIn: [ankit26k](https://www.linkedin.com/in/ankit26k/)

(back to top)

## 🔭 Future Features

- [ ] _User can delete_
- [ ] _User can public categories_

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)