ukita / dinero

πŸ’° Simple budgeting app for studies purposes

Home Page:https://dinero.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ’° Simple budgeting app for studies purposes

https://dinero.now.sh

License:MIT License


Languages

Language:TypeScript 55.1%Language:JavaScript 43.8%Language:CSS 1.0%Language:Dockerfile 0.1%