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

https://github.com/ahmnouira/myblog

MyBlog test
https://github.com/ahmnouira/myblog

Last synced: about 1 month ago
JSON representation

MyBlog test

Awesome Lists containing this project

README

          

# MyBlog
First version of blog application like the book

## Running this app locally

1. [install Python][]
1. cd into this project's root directory
1. Run `pip install -r requirements.txt` to install the app's dependencies
1. Run `flask run` to start the app
1. Access the running app in a browser at the URL written to the console (most likely http://localhost:5000)

[Install Python]: https://www.python.org/