Fincheck is a powerful yet user-friendly full-stack application designed to streamline financial management. The primary goal of Fincheck is to provide a simple and efficient way to manage your finances by recording expenses and incomes effortlessly.
- Install Dependencies:
npm install or yarn - Create containers:
docker-compose up -d - Environment variables: Copy
.env.exampleto a new.env.local - Database Setup:
npx prisma migrate dev --name init - Start Developing:
npm run start:dev (api) & npm run dev (frontend)
This software is available under the following licenses:
