- Introduction
- Installation
- Changelog
- Roadmap
- Maintainers
- References
A blogging system like Dev.to built with Django available at yuhuan.world. Tech stack of the project:
-
Backend
- Database: sqlite3 for development, postgresql for production
- MVC framework: Django
- Programming language: Python3
-
Frontend
- Bootstrap
- clone the project to local
- install pipenv with
pip3 install pipenv
- under root directory of the project, run
pipenv install
- v1. Site launched
More upcoming features recorded in here
- Yuhuan