Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
/ Bioscope Public archive

An Online Movie Rental Service Demonstrating Foundational Database Concepts

Notifications You must be signed in to change notification settings

nuwanwre/Bioscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project files for Movie Rental System - BioScope

Bioscope

This repository contains all the required files for the system. Make sure you do a pull request each time to make sure you have the updated contents of the system.

PLEASE REFER to Manual.pdf for a full walkthrough and screenshots

Directory structure

  • static

    • Animations : Contains the background videos
    • img : Images/Favicons that are inlcuded in the website
    • js : JavaScipt files for AJAX queries
    • Stylesheets
  • template

    • HTML files
  • spyders

    • Webscrapers for populating tables

How to run

python app.py

How to import the database

mysql -u username -p movieRental < db_dumps/movieRental.sql

How to export the database

mysql -u username -p movieRental > db_dumps/movieRental.sql

About

An Online Movie Rental Service Demonstrating Foundational Database Concepts

Resources

Stars

Watchers

Forks