Skip to content

Contains my solution for the coding challenge for Healthgrades interview

Notifications You must be signed in to change notification settings

dsouza93/healthgrades_interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

healthgrades_interview API

This repository contains my solution for a coding challenge for a Healthgrades interview. The outline of the project can be found here

Here we have a very simple python Flask implementation of a RESTful API. The API will run on localhost and accept requests through port 3000. The API accepts all URIs and all HTTP Methods. The restful API running within the container will write to a log file on the Docker host, logging the HTTP method and URI.

Usage

Once you have pulled down the repository, simply use the command:

make run

This will build and spawn a container running the application. Use a browser or the curl command to send requests to localhost:3000. The logs can be currently found in /tmp/logs/.

Useful Links:

Flask Documentation

Potential Container Using Nginx/uwsgi

About

Contains my solution for the coding challenge for Healthgrades interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published