/uploadIO

Primary LanguagePython

UploadIO

Take Home Coding Challenge!

Installation

Use the package manager pip to install needed packages

pip install django
pip install pillow

Setup:

git clone https://github.com/josephAttia/uploadIO.git
cd *Project Name*
python manage.py migrate
python manage.py makemigrations
python manage.py runserver

Usage

  1. Go to Upload
  2. Enter the name/title of the picture
  3. Click Upload
  4. View Images
  5. Click on the red edit button
  6. Edit name/title and Image
  7. Click Update

License

MIT