Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 735 Bytes

File metadata and controls

13 lines (9 loc) · 735 Bytes

Django Twitter

This is my capstone project for cs6019

Introduction:

This project is inspired by social media "Twitter", I will try to rebuild back-end of Twitter based on Python and Django Framework. The finished version of this project will have a Django admin to let user manage users, tweets(avatars and tweetphotos), add comments and likes. And some features to improve user's experience like notification and pagination.

How to use my application

Git clone my project
Run in terminal: Python manage.py runserver 0.0.0.0:8000

User interface:

Screen Shot 2022-11-30 at 11 17 05 PM