Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 242 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 242 Bytes

typeORM_UML

first fork the repo then,

git clone https://www.github.com/<your-username>/typeORM_UML.git

for backend

cd backend 
npm install 
npm run dev

for frontend

cd frontend
npm install 
npm run dev