Skip to content

My first Django project made 4 years ago. Using django template.

Notifications You must be signed in to change notification settings

99-NinetyNine/django_social_media

Repository files navigation

EarthEspy -> Social Media App

This is a simple social media app that allows users to follow, like, comment, and tweet.

Features

  • User Profiles:

    • View and update user profiles.
    • CRUD operations for user profiles.
  • Follow:

    • Follow other users.
    • See a list of followers and following.
  • Like:

    • Like posts from other users.
  • Comment:

    • Leave comments on posts.
  • Tweet:

    • Share your thoughts through tweets.

Technologies Used

  • Frontend: HTML, CSS, jQuery
  • Backend: (Specify your backend technologies)

Setup

Install Django

pip install django

## Clone the repository
```bash
git clone repo url.git
cd pyshop

Apply database migrations

python3 manage.py migrate

Create a superuser for admin access

python3 manage.py createsuperuser

Start the development server

python3 manage.py runserver

About

My first Django project made 4 years ago. Using django template.

Resources

Stars

Watchers

Forks

Packages

No packages published