This is my simple blog project to learn more about Flask.
- PyPy
- SQLite3
- Flask
- Markdown
Jog is licensed under the MIT License (MIT)
Install your dependencies by runnning the following commands:
pip install Flask
pip install markdown
Create your database by running the following command:
sqlite3 jog.db < schema.sql