Flask Workshop for Lowell Dev Club. Teach begginers simple html and css web pages. Allow for more advanced hackers to learn Flask server code.
Clone the repository and enter it
git clone https://github.com/lowell-dev-club/flask-workshop.git
cd flask-workshop
Use pip to install needed libraries
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details