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.
- Host: GitHub
- URL: https://github.com/stepfenshawn/myblog
- Owner: StepfenShawn
- Created: 2022-12-02T11:59:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T05:55:02.000Z (over 3 years ago)
- Last Synced: 2025-01-29T08:11:53.199Z (over 1 year ago)
- Topics: mysql, python
- Language: Python
- Homepage:
- Size: 938 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!