The project aims to design and implement a database system to manage hotel booking websites.
- Backend: Node.js, Express
- Database: PosgreSQL
- Frontend: React.js
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/nmtun/project_database_hust.git
- Navigate to the project directory:
cd project_database_hust - Install the dependencies:
npm install
- Start the server:
cd sever npm start - Open the frontend:
Navigate to
http://localhost:3000in your browser.
- Clone the repository and install the dependencies as described in the Installation section.
- Start the server and open the frontend in your browser.
- Follow the on-screen instructions to use the various features of the application.