Skip to content

skb1129/event-management-website

 
 

Repository files navigation

Event Management Website:

Build

  • This project is built using HTML, CSS, JavaScript and Python v2.7 languages.
  • It is tested on Chrome v61.0 and Firefox v57.0.
  • It uses Python Flask framework for server side application.
  • It uses Python Sqlalchemy SQL toolkit for database operations in Python.
  • It uses Bootstrap 3 for styling.
  • It uses jQuery, Popper, Bootstrap JavaScript libraries.

Instructions

  • Start a Vagrant Virtualbox Machine inside the project directory.
  • Install python-pip(Python Package Index) to install python frameworks.
  • Install flask, sqlalchemy and oauth2client using pip.
  • Inside vagrant machine, goto /vagrant directory.
  • Run python database_setup.py, python add_data.py, python root.py and python website.py respectively.
  • Finally, in your browser, goto localhost:8000, to access the website.

Dependencies

  • Bootstrap v3
  • jQuery
  • PopperJS
  • Flask
  • Sqlalchemy

Wiki

  • database_setup.py : Code to create and setup the database.
  • root.py : Code to add the master account root to the database.
    username = root
    password = root
  • website.py : Code to link the webpages to the database.
  • static directory : Contains all CSS, JavaScript, Images and Uploads.
  • templates directory : Contains all the HTML webpages.

Contributers :

Surya Kant Bansal
E-Mail - [email protected]

Sparsh Rana
E-Mail - [email protected]

Shubham Sharma
E-Mail - [email protected]

Shubham Jindal
E-Mail - [email protected]

About

Website for Chitkara University to Manage Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.3%
  • Python 25.4%
  • CSS 7.5%
  • JavaScript 3.8%