Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 832 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 832 Bytes

Zipper

A twitter-like social media web application that allows users to post 'tweets,' like, follow, block and view profile pages built using Django.


Demonstration:

Home Page:

Image displaying home page

User Registration:

Image displaying home page

User Profile:

Image displaying home page


Setup:

Clone the repository

git clone https://github.com/RamiE965/zipper
cd zipper

Install dependencies

py -m pip install -r requirements.txt

Run a local development server

py manage.py runserver