Skip to content

ukita/dinero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dinero


💰 Simple budgeting app for study purposes 💰

How to run

First you will need to clone the repo

git clone https://github.com/ukita/dinero.git

Backend

# 1. Go to backend folder
cd backend/

# 2. Install NPM packages
yarn

# 3. Copy `.env.example` and rename to `.env`
cp .env.example .env

# 4. Start services 
docker-compose up

# 5. Deploy Prisma configuration
yarn prisma deploy

Frontend

# 1. Go to frontend folder
cd frontend/

# 2. Install NPM packages
yarn

# 3. Copy `.env.example` and rename to `.env`
cp .env.example .env

# 4. Start server
yarn dev

License

MIT

Releases

No releases published

Packages

No packages published