InstaClone
- A clone of the website for the popular photo app Instagram.
$ git clone https://github.com/JohnKarima/insta-clone
$ cd insta-clone
$ pip install -r requirements.txt
$ python3 -m venv virtual
$ source virtual/bin/activate
Set your database User and Password
$ python manage.py makemigrations <DB Name>
$ python manage.py migrate
python manage.py runserver
$ python3 manage.py test instaapp
- Python
- Django
- Bootstrap
- pillow
- cloudinary
- crispy forms
- 2020, John Karima.