Task Board Fullstack Application Built with NestJs RESTful API(Prisma ORM, dockerized PostgreSQL) and ReactJs Client Run the Server in development mode npm i // install npm run db:init // start postgres in docker and push migrations npm run start:dev // start api in dev mode Run the Client in development mode npm i // install npm run dev // start client in dev mode