Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.