Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeanchieta committed Oct 24, 2017
1 parent 291c1a1 commit 2a55075
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ Proposed Solution
The proposed solution was to build a webserver using Python Flask, for its simplicity, and then use scipy, PIL to resize
the images and a MongoDB adapter in order to persist the new files.

WIP: It has been develop a module in which we do all this logic.
It has been develop a module in which we do all this logic, so that we can only need to have a MongoDB running and run the Flask application by executing

>> python resizephotos/core.py

It is assumed you have Python 3 available, since it is the requirement.

0 comments on commit 2a55075

Please sign in to comment.