This project is a django web application that allows the user to manage a hotel named Hotel Las Palmeras. The user can manage the rooms, the clients, the reservations, the employees and the services. This project is part of the Joint Project made in UdL at the software branch.
Note
This project uses the Conventional Commits specification.
Manual installation of the project:
- Clone the repository
git clone https://github.com/Aniol0012/JointProject.git
- Navigate to the project folder
cd JointProject
- Install the required packages
pip install -r requirements.txt
Execute the following command to start the server
python manage.py runserver
Then, open your browser and go to the localhost url.
In order to organize the work, we have divided the project into different sectors and assigned people to each of them.
Sector | Head of the sector | People involved |
---|---|---|
Frontend | Abel | Júlia |
Backend | Sergi | Abdellah, Aniol |
Testing | Abdellah | Aniol, Júlia, Abel |
Database | Aniol | Sergi |
Product Documentation | Aniol | Abel, Abdellah, Júlia, Sergi |
Project Management | Aniol | Aniol |
To check the work done by each sprint, check the documentation in the documentation folder.
To contribute to this project go to the CONTRIBUTING.md file.
This project is under MIT Licence - see the LICENCE file for details.