Skip to content

This is a simple fullstack application made with React, NestJs and Prisma.

Notifications You must be signed in to change notification settings

AldoXhelilaj/monster-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monster-repo

#Since this is a monorepo you can start the frontend with npm run start

To install the backend with database we created a shell script that does it for you

Start everything

./dev.sh start

Connect to database

./dev.sh db

View logs

./dev.sh logs

Run migrations

./dev.sh migrate

Stop everything

./dev.sh stop