Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 225 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 225 Bytes

AcademyManager_BE

How to Start

quick start with commands below🧡

git clone https://github.com/2024-summer-project/AcademyManager_BE.git
cd ./AcademyManager_BE
npm install
npx prisma generate
npm run dev