Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 298 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 298 Bytes

Habit tracker

The app for track your habits

Dependecies

  • NodeJS
  • PrismaDB

Quick start

  1. Install dependencies
npm i
  1. Initialize DB models
npm run generate-prisma
  1. Run frontend app
npm run start
  1. Run backend app
npm run nest