Skip to content

nick-rebrik/Image_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Storage

Storage for uploading images.

Description

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

Technologies

  • Python 3.9
  • Django 3.2.9
  • Django Rest Framework 3.12.4

Quick start

  1. Install and activate the virtual environment
  2. Install all packages from requirements.txt
    pip install -r requirements.txt
  3. Run in command line:
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver
  4. Visit the homepage and start using

About

API for image storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages