A simple reservation system to help hotel managers manage their business!
Use the following steps to set up the project repository. Run all of these commands inside the project folder in WSL.
- Make sure to install WSL and Docker Desktop.
- Clone the project repository into the /etc/home/[username] directory after you open up wsl. (You can also just use the local repository you've been using on windows this whole time.)
- To make it easier you can run vscode in that repository by opening WSL and running the command
code .
- Open up docker desktop and make sure that these are enabled.
- Run the following command to install the composer dependencies.
docker compose up -d
Congrats that all the steps to get it running :D
git clone https://github.com/sergiumereacre/hotelreservation.git
- Use this link to download Java 17.
- Use this tutorial to install Maven on windows.
- USe this Node.JS to download and install Node.js.
This command will install all the dependencies for the backend and the front end.
npm install
If you want to run the install for frontend or backend independently, you can use the following commands.
npm run frontend:install
npm run backend:install
Once the dependencies are installed you dont have to run those commands again only when you want to update some packages.
Open up 2 terminals and run the following commands in each terminal.
npm start frontend
npm start backend
- Sergiu Mereacre
- Jack O'Brien
- Edison Cai
- David Walsh
Distributed under the MIT License. See LICENSE.txt
for more information.