Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Social Media Webapp Using Django Framework

License

NotificationsYou must be signed in to change notification settings

ayushnanda21/Zingster

Repository files navigation

ABOUT

Zingster is a social media platform built using python's django framework. Some of its features includes: Creating User Profiles, multiple security authentication system ,followers, commenting, photos sharing, direct messaging.

Currently in progress of linking ML model , AI chatbot and video conferencing using WEbrtc into this platform.

TECH STACK

DJango | Python | Python | Bootstrap | Jotforms | Stmp | Javascript | Html/css |

Quick Start

  • Fork and Clone the repository using-
git clone https://github.com/ayushnanda21/Zingster.git
  • Create a Branch-
git checkout -b <branch_name>
  • Create virtual environment-
python -m venv envenv\Scripts\activate
  • Install dependencies using-
pip install -r requirements.txt

If you have python2 and python3 installed you need to specify python3 by using command:

python3 -m pip install -r requirements.txt
  • Headover to Project Directory-
cd Zingster
  • Make migrations using-
python manage.py makemigrations

If you have python2 and python3 installed you need to specify python3 by using command:

python3 manage.py makemigrations
  • Migrate Database-
python manage.py migrate
  • Create a superuser-
python manage.py createsuperuser
  • Run server using-
python manage.py runserver
  • Push Changes-
git add .git commit -m "<your commit message>"git push --set-upstream origin <branch_name>

Useful Resources to Learn

License

Distributed under the MIT License. SeeLICENSE for more information.

Like This?? Star ⭐ this Repo.

Made with ❤️ by Ayush Nanda

forthebadge made-with-pythonforthebadge


[8]ページ先頭

©2009-2025 Movatter.jp