Skip to content

Assignment 5 of Concepts & Structures: Internet Computing by Prof. Teresa Brooks (Pace University)

Notifications You must be signed in to change notification settings

sg99356n/rest-api

Repository files navigation

docker-REST

A docker container running flask python environment shows a good RESTful API example

Build the image using command: docker build -t flaskapp .

Run the Docker container using the command: docker run -d -p 5000:5000 flaskapp

We have used 5000 as Python works on this default port.

About

Assignment 5 of Concepts & Structures: Internet Computing by Prof. Teresa Brooks (Pace University)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published