Skip to content

chandradeoarya/SDAWitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDA + Twitter = SDAWitter

SDAWitter (Twitter for SDA bootcamp students)

This is a simple but fully functional Twitter clone built in Django framework using Docker and kubernetes and deployed in EKS with persistent volume. The project aims to show a simple yet standard way of developing and deploying django applications on docker and kubernetes.

Contributors

Developers

  • Nathan Bell
  • Chandradeo Arya

Requirements

  • Python3 installed
  • Pip3 installed

How to run the code

#Create virtual env
python3 -m venv venv

#Activate venv
source venv/bin/activate

#Install libraries
pip3 install -r requirements.txt

#Run code
python3 manage.py runserver

How to run the code in windows

Note : run all commands inside the project folder

# install virtual env:
pip install virtualenv

#Create virtual env:
virtualenv env

#Activate your virtual env:
cd env/Scripts
.\activate

#Install libraries
# go back to the project folder 
cd .. 
cd ..
pip3 install -r requirements.txt

#Run code
python manage.py runserver
Notes
  • For easiness database is committed but use postgres in production with migrations.

About

Fully functional Twitter clone built in Django framework using Docker and kubernetes and deployed in EKS with persistent volume

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published