Skip to content

rbennum/django-blog

Repository files navigation

Dummy Blog

A simple blog web-app, built with Django.

ERD

erDiagram
    User {
        string username
        string email
        string password
    }    
    Post {
        string title
        string author
        string body
    }
    User ||--o{ Post : creates
Loading

About

Dummy Blog is a web-app for users to pour their thoughts in a simple manner. It supports basic authentication and multiple users.

Built With

Django Badge Python SQLite PostgreSQL HTML CSS JavaScript Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published