A website about pens made using Python/Flask, SQLite, HTML/CSS, and Javascript. Check the Development Log for full documentation.
To run the server:
-
Download the project zip and extract to a folder.
-
Make sure you have 'python' and 'python-pip' installed on your machine.
-
Install Flask, Flask-SQLAlchemy, and Flask-WTF using pip.
pip install -U Flask Flask-SQLAlchemy and Flask-WTF -
Run the flask server by executing
flask runin the root directory of the project where app.py is located. -
Open the link you are given (http://127.0.0.1:5000) in your favorite browser.