Git Product home page Git Product logo

flask-image-app's Introduction

I'm switching from Flask to Django. Ignore this repo.

3DV Infrastructure -- code test

Notes:

Django app exists for an image service -- looks like a great fit. Seemed like cheating so I skipped it.

https://github.com/matthewwithanm/django-imagekit

Decided to use Flask due to service simplicity. Additionally, I haven't used Flask before. Thought it would be fun to explore it.

Forked AWS Flask app from this tutorial to start.

https://github.com/inkjet/flask-aws-tutorial

Created Amazon AMI instance running this service. Browser to:

http://54.90.102.31:5000/

Open Three Windows

  • running the service
  • curling the service
  • editing source files

Running the Service

Putty to instance (note: need gemotions.pem file). Currently: [email protected]

sudo su -
cd /opt/flask-image-app
source flask-aws/bin/activate
python application.py

Curling the Service (API Testing)

List-all-images api call
curl http://54.90.102.31:5000/v1/image
List-one-images api call
curl http://54.90.102.31:5000/v1/image/key1

Editing Source Files

flask-image-app's People

Contributors

inkjet avatar james-c-barnes avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.