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

https://github.com/samuel-bonghanoy/savera

[ON HOLD] A money management application that allows you to track expenses and set budget goals
https://github.com/samuel-bonghanoy/savera

Last synced: 4 months ago
JSON representation

[ON HOLD] A money management application that allows you to track expenses and set budget goals

Awesome Lists containing this project

README

        

# Savera
A money management application that allows you to track expenses across different accounts and set budget goals for yourself

# Technology Stack

### Front End

![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![DaisyUI](https://img.shields.io/badge/daisyui-5A0EF8?style=for-the-badge&logo=daisyui&logoColor=white)

### Back End

![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![Drizzle](https://img.shields.io/badge/drizzle-C5F74F?style=for-the-badge&logo=drizzle&logoColor=black)
![GraphQL](https://img.shields.io/badge/-GraphQL-E10098?style=for-the-badge&logo=graphql&logoColor=white)
![Apollo GraphQL](https://img.shields.io/badge/Apollo%20GraphQL-311C87?&style=for-the-badge&logo=Apollo%20GraphQL&logoColor=white)
![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white)

## Setup

Run this command to clone the repository into your desired directory

```bash
# clones the repo into your local device
git clone
# change to project directory
cd
# gets the newest version of the remote repo
git pull
# open the current directory in your preferred text editor
code .
```

Once that's done, you will have to install dependencies via this command:

```bash
# install dependencies according to package-lock.json
npm i
```

## Running

To host the project on your local machine, do:

```bash
# change to the directory (do it for both client and server)
cd client
# runs the package.json "dev" script
npm run dev
```

# Output
![image](https://github.com/Samuel-Bonghanoy/Savera/assets/113536057/ea132acd-aaa1-4419-b934-16b707e93db6)
![image](https://github.com/Samuel-Bonghanoy/Savera/assets/113536057/054c0c1c-dc76-4117-9e83-a07aececcfad)