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
- Host: GitHub
- URL: https://github.com/eocode/photogram
- Owner: eocode
- License: gpl-3.0
- Created: 2020-04-07T03:03:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:50:33.000Z (about 3 years ago)
- Last Synced: 2023-03-08T06:53:22.192Z (almost 3 years ago)
- Topics: django, project, python, software-engineering
- Language: Python
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`