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

https://github.com/stepfenshawn/myblog

A simple website build in python and mysql.
https://github.com/stepfenshawn/myblog

mysql python

Last synced: about 1 month ago
JSON representation

A simple website build in python and mysql.

Awesome Lists containing this project

README

          

# MyBlog
This is a simple website build in python and mysql.
# Features
* Signin and Signup
* Post blog
* Count the visitors
* Comment
* Share (todo)
* OAuth (todo)
* Search (todo)
* Vedio (todo)
* Category by machine learning (todo)

# build
* mysql 8.0
* Python 3.9.4

```
python app.py
```
Then the server will start at http://127.0.0.1:9000
enjoy it!