The journey to get back your memory.
School: Vietnam Aviation Academy (VAA)
Department: FitVAA (IT)
Topic: Building an Online Multiple-Choice Test Review Website
Group: 1
Team members:
-
Nguyen Minh Nhut (Leader)
-
Nguyen Nhat Khang
-
Nguyen Duc Tam
-
Vo Hoang Nhat Truong
Note
Change the terminal default profile to Git Bash
npm install
cd frontend
npm install
cd ..
cd backend
npm install
cd ..Create .env file for each folder frontend, backend
Run frontend:
npm run feRun backend:
npm run beRun both frontend and backend:
npm run devTo terminate press shortcut CTRL + C