An open API service indexing awesome lists of open source software.

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

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:

![image](https://github.com/MilosTadic01/flask_exercise_blog/assets/140609365/e476107d-3a34-40fe-9fcc-d612643f7f2e)

## Feedback

If you have any feedback, please reach out to me @MilosTadic01

## License

[CC0 1.0 Universal](https://choosealicense.com/licenses/cc0-1.0/)