Quick Start

Here's how you can pull (or "clone") this repository (or "repo") to your laptop (or desktop) and run the site there. You will need an Internet connection to clone the repo, but after that, you can do evolve the website in airplane mode. There you can modify the code and commit changes to you local cloned repo. Once you get all your changes done and tested, you can (with Internet) produce a pull request (PR) back to the repo for peer review. If approved, it will be deployed to the production site where everyone can see it.

Steps:

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000
Press CTRL+C to quit

See Git to learn how to:

Installation

Install Python 3.9 or higher.

From the PhoenixCodingAcademy\projects\web folder, run:

pip install -r requirements.txt