Hotel Management System
Programing Intergration Project (CO3103)-(HK211) Assignment.
Author: Nguyễn Quang Anh, Nguyễn Hoàng Minh Châu, Lê Minh Nhật, Trương Hoàng Phúc, Đặng Quốc Thanh.
cd backend
npm install (to install all dependencies required if necessary)
node server
Server will run at http://localhost:8080.
cd frontend
npm install (to install all dependencies required if necessary)
npm start
Open http://localhost:3000 to view it in the browser.
You can learn more in our Github Repository.