An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![djinsta logo](./docs/assets/img/logo.png)

# 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.