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
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/savera
- Owner: Samuel-Bonghanoy
- Created: 2024-01-26T06:54:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-20T05:52:40.000Z (about 1 year ago)
- Last Synced: 2024-11-16T21:31:03.630Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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





### Back End




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

