Skip to content

A skeleton flask app to use for a coding challenge.

Notifications You must be signed in to change notification settings

flabdev/coding_challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge App

A skeleton flask app to use for a coding challenge.

Install:

You can use a virtual environment (conda, venv, etc):

conda env create -f environment.yml
source activate user-profiles

Or just pip install from the requirements file

pip install -r requirements.txt

Running the code

Spin up the service

# start up local server
python -m run 

Making Requests

curl -i "http://127.0.0.1:5000/health-check"

What'd I'd like to improve on...

About

A skeleton flask app to use for a coding challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%