opensandiego / mealscount-backend

Optimizing a free-meal reimbursement program for K-12 schools
MIT License
12 stars 15 forks source link

Restructure server and underlying code to run on heroku, and fit updated client needs #25

Closed nikolajbaer closed 4 years ago

nikolajbaer commented 4 years ago

A bundle of commits in which I made it run on heroku (currently https://mealscount-dev.herokuapp.com/) as well as added feedback and meals served data from CFPA into the optimization.

Frontend for new site is a Vue.js app talking to a python API (but mostly feeding off of a JSON object built at the build stage of the heroku deploy).