Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Computer-Engineering-UdL/JointProject

Repository files navigation

Joint Project - Hotel Las Palmeras

PyPI - Python Version Django Flake8 Conventional Commits Contributors

Description

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.

Installation

Manual installation of the project:

  1. Clone the repository
git clone https://github.com/Aniol0012/JointProject.git
  1. Navigate to the project folder
cd JointProject
  1. Install the required packages
pip install -r requirements.txt

Usage

Execute the following command to start the server

python manage.py runserver

Then, open your browser and go to the localhost url.

Matrix of responsibilities

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.

Contributing

To contribute to this project go to the CONTRIBUTING.md file.

Licence

This project is under MIT Licence - see the LICENCE file for details.

license

Authors