Skip to content

juanjparedez/challenge_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend - Personal budget tracker app - CASHFLOW

How to use

clone this repo

notes: You will need a SQL server running in which you will have to create a database called "cashflow" and configure the .env file with the data of the mentioned server.

You will also need the Frontend: to do it clone this repo:

Create a .env file on root folder with this content

PORT=(3001 | if you choose another remember to modify this in the proxy in package.json on the Frontend ) DB_NAME=cashflow DB_USER=(DB User) DB_PASS=(DB User Password) DB_HOST=(SQL Server Endpoint URL)

Install it and run:

npm install
npm start

or the development option

npm run dev

bibliography

Budget Categories: https://wealthynickel.com/personal-budget-categories/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published