To run this project you'll need:
Clone this repository:
git clone https://github.com/learning-tutor/learning-tutor-backendInstall:
pnpm installRun Docker:
docker-compose upWith docker run and Run migrations:
pnpm prisma migrate devStart project:
pnpm start:devCheck the database running this command:
pnpm prisma studio