Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 467 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 467 Bytes

Do An NMCNPM

Hotel-Management-MERN

Group: 16 Group Details :

Name MSSV username
Huỳnh Minh Quang 20120557 orgball2608
Nguyễn Văn Tài 20120569 tainv2002
Trần Anh Thi 20120583 trananhthi
Nguyễn Phú Tân 20120573 NPT-DEV40
  1. Install Dependancies(Frontend & Backend)
cd client
npm install
cd ../server
npm install
  1. Run Server
cd server
npm run server
  1. Run Client
cd client
npm start