Skip to content

gracejiang/birb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birb

basic version of twitter!

link to github repo

instructions to run locally

make sure django + python is properly installed on your system. then, run the following commands on your command line.

clone the repo

git clone https://github.com/gracejiang/birb

navigate to repo

cd birb

make sure all packages are installed

pip install -r requirements.txt

run the server

python3 manage.py runserver

Releases

No releases published

Packages

No packages published