/PhotoGram

Instagram clone write in DJango / Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

🐍 Photogram

Instagram clone app with Python

Tabla de Contenido


See Django notes for this project here

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