hackoregon / devops-17

deployment tools for Hack Oregon projects
4 stars 3 forks source link

Commit a test API to team-budget repo to verify the Travis/Docker/ECS deploy #24

Closed MikeTheCanuck closed 7 years ago

MikeTheCanuck commented 7 years ago

John and Ted recommended we get in place a simple API that generates a testable response, so that we can get the deploy and dockerization enabled for team-budget.

I suggested if nothing else, start with Zak Kent's Django REST tutorial, and place it in a branch so that other Budget developers don't have to deal with merge conflicts or confusion why this is being put in our real repo: https://github.com/Zak-Kent/Hack_O_DjangoREST_Tut

MikeTheCanuck commented 7 years ago

As of this commit, we have a working API and no longer need a dummy API to automate.