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.
- Host: GitHub
- URL: https://github.com/amssdias/social-network
- Owner: amssdias
- Created: 2020-11-01T11:50:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T17:50:21.000Z (over 4 years ago)
- Last Synced: 2025-01-13T19:24:27.113Z (5 months ago)
- Topics: django, python, sqlite3
- Language: Python
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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