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

https://github.com/eocode/photogram

Instagram clone write in DJango / Python
https://github.com/eocode/photogram

django project python software-engineering

Last synced: 9 months ago
JSON representation

Instagram clone write in DJango / Python

Awesome Lists containing this project

README

          

# :snake: Photogram

Instagram clone app with Python

## Tabla de Contenido
- [Preview](#preview)
- [How to run](#how-to-run)


See Django notes for this project [here](/Docs/README.md)

# Preview



Photogram



Photogram profile



Sign up



Login



Post an image

# How to run

In a Python enviroment

`python -m venv env`
`pip freeze`

Install dependences

`pip install -r requirements`

See command Django Admin

`django-admin`

Run the server app

`python manage.py runserver`