https://github.com/mitadic/flask_exercise_blog
basic blog application built with Flask
https://github.com/mitadic/flask_exercise_blog
Last synced: 5 months ago
JSON representation
basic blog application built with Flask
- Host: GitHub
- URL: https://github.com/mitadic/flask_exercise_blog
- Owner: mitadic
- License: unlicense
- Created: 2024-06-22T10:27:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T21:38:10.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T19:49:35.584Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask_exercise_blog
Welcome to my project page!
## Introduction
This is an exercise in setting up and managing a basic blog application's backend with the help of Flask microframework.
### Tags
`html` `css` `python` `flask` `server-side` `microframework` `Jinja2`
### Project features
* endpoint routing
* json db management
* templating / dynamic webpage generation via Jinja2
## Installation
To install this project, clone the repository and install the dependencies listed in requirements.txt. If on Windows, rely on `pip` rather than pip3.
```bash
pip3 install -r requirements.txt
```
## Usage/Examples
### Instructions
Run app.py either from your IDE or from the terminal.
```bash
python3 app.py
```
Interact with the webpage via a browser of your choice at
```
http://127.0.0.1:5000/
```
i.e.
```
http://localhost:5000
```
### Demo screenshot:

## Feedback
If you have any feedback, please reach out to me @MilosTadic01
## License
[CC0 1.0 Universal](https://choosealicense.com/licenses/cc0-1.0/)