Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 473 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 473 Bytes

nestjs-hackathon-starter

Hackathon starter repo for nestjs based backend and nextjs frontend.

Getting started

Install required dependencies

npm install 
lerna bootstrap

Run following command to start docker based mysql database that backend will talk to.

make local-deps

Run following command to start frontend express server

cd frontend
yarn dev

Run following command to start backend server

cd backend
yarn dev