Skip to content

LiboBearChen/FlaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a blog written in Python Flask and can be divided into the following parts.

In the tech stacks page, users can choose one of my stacks, then some source code exmples will be fetched from my Github account and shown in a box (see the source code for this logic here). Each stack may contains more than one example for users to choose.

Users can post, edit, and delete a post in the posts page (see the source code for this logic here). The data is managed by SQLAlchemy and stored in a remote MySQL database server. The relationship between posts and tags is many to many so that users can filter posts by clicking a tag (see the source code for this logic here).

All my projects are shown in the projects page. Each projext has a description and a structure. Structures are visualized by a Javascript library.

The user authentication module is still under development, so now any visitor can change the posts stored in the remote database server. Please feel free to test any functions like delete or edit in the posts page, because these posts have been backed up offline.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors