A Hotel Management and Reservation System for the Hotel and Restaurant Services Department of Christian Polytechnic Institute of Catanduanes.
sudo apt-get install python3.8-venv
python3 -m venv env
source env/bin/activate
py -m pip install --user virtualenv
py -m venv env
.\env\Scripts\activate
pip3 install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver