Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 423 Bytes

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