Storage for uploading images.
Description This is an api site for storing images. You can upload your image to the site and depending on your subscription level (Base, Premium, Enterprise) get links of different resolutions on the site.
- Base level - height 200 px
- Premium - height 200 px, 400 px
- Enterprise - height 200 px, 400 px, and a link to the original image
- The admin can create links to images of different sizes, as well as change user subscription levels
- Python 3.9
- Django 3.2.9
- Django Rest Framework 3.12.4
- Install and activate the virtual environment
- Install all packages from requirements.txt
pip install -r requirements.txt
- Run in command line:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Visit the homepage and start using