Ryuk07 / PhoenixTweet

Twitter clone app based on python and django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Twitter Clone by Redian Marku

Fully functional Django App that looks ecxatly like real Twitter.

Demo Image:

Setup

  1. Git Clone the project with: git clone https://github.com/redianmarku/Django-Twitter-Clone.git.

  2. Move to the base directory: cd Django-Twitter-Clone

  3. Create a new python enveronment with: python -m venv env.

  4. Activate enveronment with: env\Scripts\activate on windows, or source env/bin/activate on Mac and Linux.

  5. Install required dependences with: pip install -r requirements.txt.

  6. Make migrations with: python manage.py makemigrations and then python manage.py migrate.

  7. Run app localy with: python manage.py runserver.

Certificate

This project is officialy certified by Redian Marku. All rights reserved 2020.

Please Subscribe my YouTube Channel: Ready Dev.

About

Twitter clone app based on python and django.


Languages

Language:Python 60.9%Language:HTML 31.5%Language:CSS 7.6%