EAFIT-Ingenieria-Software / HotelSuite

Un ejemplo completo para trabajar un curso de Ingeniería de Software, con la parte de requisitos, diagramas y planeación de sprints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HotelSuite

In this we are going to cover all the topics seen in the Software Engineering course in a single case, which is:

Developing a software solution for a hotel. The main objective of the system is to automate and optimize the daily operations of the hotel. The system must be able to handle multiple functions and must be easy to use for both hotel staff and guests.

How to run it

Clone the project

  git clone https://github.com/EAFIT-Ingenieria-Software/HotelSuite.git
  cd HotelSuite

Install dependencies with pipenv

  pipenv install
  pipenv shell

Make migrations

  python manage.py migrate

Launch the project

  python manage.py runserver

Documentation

All the diagrams and topic are available in the project's wiki.

Authors

About

Un ejemplo completo para trabajar un curso de Ingeniería de Software, con la parte de requisitos, diagramas y planeación de sprints


Languages

Language:Python 67.5%Language:HTML 29.6%Language:CSS 2.9%