Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xerx81/network

A django based social network web app. (twitter clone)
https://github.com/xerx81/network

django html-css-javascript python social-network webapp

Last synced: 6 days ago
JSON representation

A django based social network web app. (twitter clone)

Awesome Lists containing this project

README

        

# Network

## Description:

**Network** is a Django-based web application that allows users to share and interact with short messages, much like Twitter.

## Setup:

**1. Clone the repository**:
```
git clone https://github.com/Xerx81/Network.git
```

**2. Create a virtual enviornment**

**3. Install dependencies**
```
pip install -r requirements.txt
```

**4. Run the development server**
```
python manage.py runserver
```