Skip to content

justiniso/jw-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JW Image Transcoding Service

This is a small service that manipulates images. You can upload an image and crop, resize, or transcode that image using using the API endpoints.

Run the API

Create a virtual environment

virtualenv venv
source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Start Redis

redis-server

# Or, to run in the background
redis-server &

Start the application

python app.py

Run the tests

You should follow the same steps above for a virtual environment.

To run all tests:

py.test tests

To run an individual test:

py.test tests/<name_of_module>.py

About

Performance "testing" demo of image transcoder web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published