A Django web base app that allows you to share images with brief information etc..
=====================
-
Clone the repository
-
Create your own virtual environment(Optional). python3 -m venv venv source venv/bin/activate
-
Install your requirements. pip install -r requirements.txt
-
Make your migrations. $ python manage.py makemigrations $ python manage.py migrate
-
Create a new superuser. python manage.py createsuperuser
-
Run project. python manage.py runserver