Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritikprajapat21/socially
A social media web application build using Django
https://github.com/ritikprajapat21/socially
Last synced: 13 days ago
JSON representation
A social media web application build using Django
- Host: GitHub
- URL: https://github.com/ritikprajapat21/socially
- Owner: ritikprajapat21
- Created: 2024-02-23T09:50:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T11:56:52.000Z (11 months ago)
- Last Synced: 2024-02-23T12:46:28.787Z (11 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Socially - A social media app made using Django
Let's you post from anywhere and anytime. Let's you stay in touch with your friends.
# TechStack
## Frontend
1. HTML
2. tailwindcss
3. DaisyUI## Backend
Django
## Local system setup
1. Clone this repo in your system.
2. Run following commands```
cd socially
``````
python manage.py runserver
```Copy the link provided to you in the terminal.
Note: If not running on your system then install Django in your system or setup a virtual environment.