https://github.com/rocity/dj-instagram
Instagram clone written in Django
https://github.com/rocity/dj-instagram
django instagram
Last synced: 4 months ago
JSON representation
Instagram clone written in Django
- Host: GitHub
- URL: https://github.com/rocity/dj-instagram
- Owner: rocity
- License: apache-2.0
- Created: 2016-06-14T07:21:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T05:45:21.000Z (over 9 years ago)
- Last Synced: 2025-04-15T13:46:55.039Z (about 1 year ago)
- Topics: django, instagram
- Language: Python
- Size: 1.42 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# Django Instagram
An Instagram clone built with Django
# Design
- [Schema reference](https://github.com/Vheissu/Open-Source-Database-Schemas/blob/master/vheissu-instagram-schema.md)
- [Roadmap/Tasks](https://github.com/rocity/dj-instagram/projects/1)
# Install
- 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`
# Licensing
This software is licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.