Skip to content

iamraghs/Django-Twitter-Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A fully functional Twitter Clone builded with Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 60.5%
  • HTML 31.8%
  • CSS 7.7%