Skip to content

Api-neema/HotelManagmentSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Copy the project files

git clone https://github.com/mohamedar97/HotelManagmentSystem
cd HotelManagmentSystem/

Backend server

cd Backend/

open console (powershell preferred)

create a virtual environment using Conda (you must have Anaconda installed)

conda create --name software

activate it using

conda activate software

install the requirements.txt file

pip install -r --user requirements.txt

create a super user using the command

python manage.py createsuperuser

to run the server use the command

 python manage.py runserver'

open the server at the link showing in the terminal

Frontend

cd ../Frontend/

To run the frontend server use the following commands (you need nodeJS installed)

npm install
npm run serve

open the frontend server in the link showing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.1%
  • Python 42.9%
  • JavaScript 1.5%
  • HTML 0.5%