Skip to content

Project files and report for my A-Level Computer Science coursework. It scored 100%.

Notifications You must be signed in to change notification settings

kwabenankyi/Doc2Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Doc2Home

Project files and report for Doc2Home, a doctors' surgery management system built for my A-Level Computer Science coursework. It received a mark of 100% at grade A*.

view my YouTube channel at https://www.youtube.com/@kwabenankyi

view testing at https://www.youtube.com/playlist?list=PLu_pPOTbiFXCWisJc_xDfAgUyTo6QffgL

To run the program:

  1. recreate virtual environment with instruction:

"python -m venv venv"

  1. run virtual environment

"venv\Scripts\activate" on Windows OR "source venv/bin/activate" on Mac

  1. install modules with pip:

"pip install -r requirements.txt"

  1. identify the flask app "nea.py"

"set FLASK_APP=nea.py" on Windows, "export FLASK_APP=nea.py" on Mac

  1. run the application, and include " --host:0.0.0.0" at the end of the command to run the app on a local network.

"flask run"

  1. if ImportError is raised, run command "python nea.py" to install uninstalled packages

About

Project files and report for my A-Level Computer Science coursework. It scored 100%.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published