Coder Social home page Coder Social logo

shreysinha02 / bus-reservation-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aniruddhashelar/bus-reservation-system

0.0 0.0 0.0 26.55 MB

Bus Reservation System is a preety basic system developed in Django,MySQL,Python, which is designed to automate the online ticket purchasing through an easy online bus booking system.With the bus ticket reservation system you can manage/book reservations, clients data and passengers lists through its Django admin and book tickets effortlessly through the Bus reservation Website.

C 3.47% C++ 0.83% Python 93.02% CSS 0.41% JavaScript 0.99% HTML 0.85% Batchfile 0.01% PowerShell 0.07% Jupyter Notebook 0.36%

bus-reservation-system's Introduction

Bus-Reservation-System

Bus Reservation System is a preety basic system developed in Django,MySQL,Python, which is designed to automate the online ticket purchasing through an easy online bus booking system.With the bus ticket reservation system you can manage/book reservations, clients data and passengers lists through its Django admin and book tickets effortlessly through the Bus reservation Website.

---------------Installation instructions for Windows --------

  1. Install the python 3.4 setup

  2. Install Xampp setup (please download a setup from https://www.apachefriends.org/download.html)

  3. Set the environment variables

    • Go to My computer Properties
    • Click on Advance System settings
    • Dialogue box will appear.Click on Environment Variables button
    • Find Path variable in System variables box
    • Select Path variable and click on edit button
    • copy paste the following at the end
      C:\Python34;C:\Python34\python.exe;C:\Python34\Scripts;C:\Python34\Lib\site-packages\django\bin;C:\xampp\mysql\bin;

4.Go to start n type xampp - open xampp control and start Apache and MySQL - Click on MySQL admin - create a database named bus_reservation - Go into the Database 'bus_reservation' - Import the bus_reservation.sql file into the database

5.Copy paste the whole project file Bus_reservation system to desktop

  1. Open file Desktop\Bus_reservation\src\Bus_reservation\settings.py and change the templates Dir Path on line no.64 to your desktop Bus_reservation templates folder

Open Cmd

  • Go to the Directory where the project is to be created and enter the following commands
  • cd Desktop
  • cd Bus_reservation
  • .\Scripts\activate
  • pip install Django
  • pip install mysqlclient==1.3.6
  • cd src
  • python manage.py runserver
  • Goto your Browser and enter the following url http://localhost:8000/
  • For admin panel enter the following url http://localhost:8000/admin
  • #Login for admin panel : Username = bus_admin password= bus123456

bus-reservation-system's People

Contributors

aniruddhashelar avatar shreysinha02 avatar

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.