Skip to content

KenAdams-AK/task-board-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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