Skip to content

MDuncan98/UWEFlix-Cinema-System-ESD-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group 18 ESD Group UWEFlix Project 2022

By Arjun Binning, Benedict Ramage-Mangles, Matthew Hill, Michael Duncan, Ross Williams

The UWEFlix website is developed using a Django virtual environment, and is intended to replace the existing paper system.

Install instructions - Linux

$ git clone git@github.com:bean64/Group-18-ESD-2022.git
$ cd Group-18-ESD-2022/UWEFlix_django/
$ pip install requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

then open a web browser at http://localhost:8000

Install instructions - Windows

Clone from GitHub:

git clone git@github.com:bean64/Group-18-ESD-2022.git

Set up a Virtual Environment:

py -3 -m venv .venv
.venv\scripts\activate

... and Install modules and components:

cd Group-18-ESD-2022\UWEFlix_django\
python -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

... then open a web browser at http://localhost:8000.

Supporting Documents:

All supporting documents and diagrams can be found in the documents folder.

Usernames and passwords for test users:

account_manager
Uweflix_Project

cinema_manager
uweflix1234

0001
uweflix1234

michael_test
uweflix1234

About

Web application built using Django, HTML, CSS, JavaScript, jQuery, and backend database using SQLite. A mock cinema booking system developed as part of my coursework whilst at university. This system was developed as a group of 5, utilising agile methodologies and project management software to plan and track progress across the lifecycle of the…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors