nookmoney


System to manager your money with simples interations

Requirements

  • Authentication and Authorizarion
  • Register your banks
  • Register your bank account balance
  • Register your charges
  • Monitor bank information using chats
  • Monitor your charges and payouts

Getting Started

Installation of this project's dependencies is recommended to be with npm

npm install

Running project

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 🎉