https://github.com/artinmohajeri/social_media-website
This website is a social media.
https://github.com/artinmohajeri/social_media-website
backend css3 django frontend html5 python web website
Last synced: about 2 months ago
JSON representation
This website is a social media.
- Host: GitHub
- URL: https://github.com/artinmohajeri/social_media-website
- Owner: artinmohajeri
- Created: 2022-06-24T05:11:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T14:34:07.000Z (over 2 years ago)
- Last Synced: 2025-08-22T07:07:34.582Z (3 months ago)
- Topics: backend, css3, django, frontend, html5, python, web, website
- Language: CSS
- Homepage:
- Size: 3.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Media Website
## This project was the final project for TIT(Tehran Istitute of Technology).
### This website was a practice for backend using python(Django).
##### write these commands in your terminal first.
python -m venv .venv
.venv\Scripts\activate.bat
pip install -r requirements.txt
python manage.py runserver