Skip to content

cs220s23/FlaskBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskBlog

Overview

This app is from the tutorial on the flask website (https://flask.palletsprojects.com/en/2.2.x/tutorial/). It is a basic web blog created to be packaged and installed on other computers.

Setup

To set this app up: git clone
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirementes.txt # install your application
waitress-serve --port=80 --call 'flaskr:create_app’

Technologies Used

Docker - https://www.docker.com/

Flask - https://palletsprojects.com/p/flask/

HTML - https://html.com/

Python3 - https://www.python.org/

AWS - https://aws.amazon.com/

Background

Tutorial Repo - https://github.com/pallets/flask/tree/2.2.3/examples/tutorial

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors