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

https://github.com/amssdias/social-network

Twitter-like social network website for making posts and following users.
https://github.com/amssdias/social-network

django python sqlite3

Last synced: 3 months ago
JSON representation

Twitter-like social network website for making posts and following users.

Awesome Lists containing this project

README

        

# Social Network

Twitter-like social network website for making, editing and liking posts and following users.

(NOT RESPONSIVE)

## Getting Started

### Prerequisites

* Python - 3.8.4 or up
* Django

### Installing

* Download latest version of [Python](https://www.python.org/downloads/)

Once installed open your terminal window and type:
```
pip install django
```

### Run

- Download the project, open terminal window on folder with 'manage.py' and type:
```
python manage.py runserver
```

> Made on October - 2020