Giter Site home page Giter Site logo

soufiane-majdar / hotel-management-booking Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 11.01 MB

HOTEL MANAGEMENT SYSTEM IN DJANGO

Python 3.30% CSS 53.87% JavaScript 0.71% SCSS 14.82% HTML 27.29%
booking booking-system django hotel-booking python reservation-system hms hms-sample

hotel-management-booking's Introduction

booking_PFA

This is the repository for our bookings and reservations project, which is part of our Study as final project (PFA).


✨ How to use it

$ # Get the code
$ git clone https://github.com/Soufiane-Majdar/HOTEL-MANAGEMENT-Booking.git
$ cd Booking
$
$ # Virtualenv modules installation (Linux)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows)
$ virtualenv env
$  .\env\Scripts\activate
$
$ # Install modules (Linux)
$ pip3 install -r requirements.txt
$ # OR (Windows)
$ pip install -r requirements.txt
$
$ #Create the migrations (generate the SQL commands).
$ python manage.py makemigrations
$ 
$ #Run the migrations (execute the SQL commands).
$ python manage.py migrate
$ 
$ # Start the application
$ python manage.py runserver --insecure 
$
$ # Use the --insecure option to force serving of static files with the
$ # staticfiles app even if the DEBUG setting is False.
$ 
$
$ # Access the web app in browser: http://127.0.0.1:8000/


🖥️ in Desktop


📱 in Phone


⚠️ 404-error-page


✉️ Cntact-page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.