Skip to content

A Hotel Management and Reservation System for the Hotel and Restaurant Services Department of Christian Polytechnic Institute of Catanduanes.

Notifications You must be signed in to change notification settings

ArJSarmiento/CPIC-Hotel

Repository files navigation

CPIC Hotel

A Hotel Management and Reservation System for the Hotel and Restaurant Services Department of Christian Polytechnic Institute of Catanduanes.

Setup Environment

For Linux/Mac

Installing venv

sudo apt-get install python3.8-venv

Creating virtual env

python3 -m venv env

Activating virtual env

source env/bin/activate

For Windows

Installing venv

py -m pip install --user virtualenv

Creating virtual env

py -m venv env

Activating virtual env

.\env\Scripts\activate

Setup:

pip3 install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

Run:

python manage.py runserver

About

A Hotel Management and Reservation System for the Hotel and Restaurant Services Department of Christian Polytechnic Institute of Catanduanes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published