(collage project) a hotel booking website built with svelte and mysql
Clone the repository:
git clone https://github.com/jr4dh3y/hotel-booking/
Navigate to the project directory:
cd hotel-booking
Install the dependencies for both the frontend and backend:
npm install
Set up the database:
db.sql
file located in the backend/mysql-query
directory.db.js
file in the backend
directory.Start the application:
npm start
http://localhost:3000
by default.backend/server.js
file if needed.