Skip to content

Web app to help people manage their financial life

Notifications You must be signed in to change notification settings

galleonpt/fincheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Fincheck is a web app that help the users to track their financial life.

This was build during the JStack course and the reason behind doing this project was to improve my backend knowledge on NestJS and build a beautifull interface with React.

💻 Technologies

Front-end

Back-end

👷 How to run

To continue the setup of this project you must have Docker, Git and Node.js installed on your machine

Clone the project

git clone [email protected]:galleonpt/fincheck.git

Run the api

cd api

npm install

docker run --name pg -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root -p 5432:5432 -d postgres

## create the .env file following the example on .env.example

npx prisma migrate dev

npm run start:dev

Running the frontend

cd frontend

npm install

npm run dev

About

Web app to help people manage their financial life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published