💰 Simple budgeting app for study purposes 💰
First you will need to clone the repo
git clone https://github.com/ukita/dinero.git
# 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
# 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
MIT