-
Install Python from python.org (Python 3.9 originally used)
-
Open the project from the Terminal
-
Create a Vitual Enviroment (Proccess May Differ from Operating System and Shell Used)
Python Docs show how to create a venv: https://docs.python.org/3/library/venv.html
- Activate the venv (Proccess May Differ from Operating System and Shell Used)
On Windows:
venv\Scripts\activate.bat
On Unix or Macos:
source venv/bin/activate
(From Python Docs)
- Install Required Packages with pip (Proccess May Differ from Operating System and Shell Used)
pip is a package manager included with python
Pip Docs on how to install packages (Install from requirements.txt): https://pip.pypa.io/en/stable/reference/pip_install/
- Run the database.py file to generate Database
python database/database.py
- Start the Server
python app.py
- View the Web Application
From the computer the server is being run on: by going to http://0.0.0.0:5000
From a computer on the same network as the server: http://SERVER_LOCAL_IP:5000
SERVER_LOCAL_IP = The local IP Adress of the server
By Joel Godwin - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=59621210
By Rich Niewiroski Jr. - http://www.projectrich.com/gallery, CC BY 2.5, https://commons.wikimedia.org/w/index.php?curid=1520007
Made by https://www.flaticon.com/authors/mynamepong (mynamepong) from https://www.flaticon.com/ (flaticon)
https://www.freepnglogos.com/images/html5-logo-31816.html html5 logo, devextreme multi purpose controls html javascript from freepnglogos.com
By Bootstrap - http://blog.getbootstrap.com, Public Domain, https://commons.wikimedia.org/w/index.php?curid=31249826
By http://brand.jquery.org - http://brand.jquery.org/logos/#the-mark, Public Domain, https://commons.wikimedia.org/w/index.php?curid=73373177
By www.python.org - http://www.python.org/community/logos/, GPL, https://commons.wikimedia.org/w/index.php?curid=34991637
By Armin Ronacher - http://flask.pocoo.org/static/logo/flask.svg, Copyrighted free use, https://commons.wikimedia.org/w/index.php?curid=19501815
By Jinja Team - https://github.com/pallets/jinja/blob/master/artwork/jinjalogo.svg, BSD, https://commons.wikimedia.org/w/index.php?curid=74922651
By Part of the SQLite documentation, which has been released by author D. Richard Hipp to the public domain. SVG conversion by Mike Toews. - SVG created from sqlite370.eps, distributed with version 3.7.2 documentation, Public Domain, https://commons.wikimedia.org/w/index.php?curid=11675072