본문 바로가기
IT 와 Social 이야기/Python

[J-sec] Building A Simple Blog (CRUD) App with Streamlit and Python

by manga0713 2020. 8. 18.








■ Streamlit 을 사용하여 블로그 만들기


- Main Features


    • Home: simple preview or list of all posts
    • View Posts: where we will display  full articles to read
    • Add Post: where we create our post
    • Search: where we can search articles by title or author fields
    • Manage Blog: where we will delete and check for our analytics

- Back-end DB Management

    • normal SQL and sqlite3

■ Written Tutorial and Code: https://blog.jcharistech.com/2020/05/...