Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaabaneanas/budget_app

MoneyCast is a full-stack mobile web app that helps the user keeps track of his spending; it's built using Rail, a framework created on top of ruby. The app is easy to use, has a simple UI, and is capable of performing all CRUD operations; please leave a star if you like it
https://github.com/chaabaneanas/budget_app

css rails7 ruby

Last synced: about 1 month ago
JSON representation

MoneyCast is a full-stack mobile web app that helps the user keeps track of his spending; it's built using Rail, a framework created on top of ruby. The app is easy to use, has a simple UI, and is capable of performing all CRUD operations; please leave a star if you like it

Awesome Lists containing this project

README

        



logo

Microverse README Template

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– [MoneyCast]

> Description

**MoneyCast** is fullstack mobile web app that helps the user keeps track of his spendings,
it's built using Rail, a framework built in top of ruby.
the app is easy to use, has a simple ui, and capable of performing all CRUD operations
please live a star if you like it

## πŸ›  Built With

### Tech Stack

> this project back-end and front-end is built using RoR
and postgresql as a database check the section below for more informations about the stack

Client

Server

Database

## πŸš€ Live Demo

- [Live Demo Link](https://moneycast.onrender.com)

(back to top)

## πŸš€Video

- [Video presentation](https://www.loom.com/share/5e11347d895d4630afac0625bd35bb9b)

(back to top)

## πŸ’» Getting Started

> below is what u can do to get started with this project

### Prerequisites

In order to run this project you need:

- a recent version of rails installed
- a relational database such as : `postgresql` `sqlit` or `mysql`
### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
[email protected]:ChaabaneAnas/Budget_App.git
```

### Install

Install this project with:

```sh
cd Budegt_App
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec spec
```

(back to top)

## πŸ‘₯ Authors

> Mention all of the collaborators of this project.

πŸ‘€ **chaabaneAnas**

- GitHub: [@githubhandle](https://github.com/ChaabaneAnas)
- Twitter: [@twitterhandle](https://twitter.com/AnasChabaane)
- LinkedIn: [LinkedIn](https://linkedin.com/in/chaabaneanas)

(back to top)

(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... please give it a star and share it with ur freinds

(back to top)

## πŸ™ Acknowledgments
- The Design Credit goes to: [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)

(back to top)

## πŸ“ License

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

(back to top)