An Instagram clone built with Django
- Clone this repo
- Activate your virtualenv
- Navigate to this project's directory in your computer
- Install requirements
$ pip install -r requirements.txt
- Update your database
$ python manage.py migrate
- You're all set!
$ python manage.py runserver
This software is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.