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

https://github.com/hairinhi/practice_flask

Flask Blog Application
https://github.com/hairinhi/practice_flask

blog flask python

Last synced: 3 months ago
JSON representation

Flask Blog Application

Awesome Lists containing this project

README

          

# Flask Blog Application

This is my first flask blog application.

## Installation

Please use pipenv.

```bash
pipenv shell
pip install -r requirements.txt
python run.py
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)