System to manager your money with simples interations
- Authentication and Authorizarion
- Register your banks
- Register your bank account balance
- Register your charges
- Monitor bank information using chats
- Monitor your charges and payouts
Installation of this project's dependencies is recommended to be with npm
npm install
Pre-install
Configure the .env
file by copying and applying environment variables:
touch .env
DATABASE_URL="postgresql://postgres:postgres@localhost:5432"
SESSION_SECRET="YOUR_SECRET_FRASE"
NODE_ENV="production"
This project need docker
installed successful.
Initialize database
docker compose up
Start application with schema database
npm run dev
Access http://localhost:3000 🎉