18F / afsmallbiz

Central point for all 18F Air Force Small Business projects
sbhub.wbi-icc.com
Other
5 stars 5 forks source link

Port SBIR-EZ backend to python/flask #91

Closed dwcaraway closed 9 years ago

dwcaraway commented 10 years ago

The asynchronous nature of node is a blessing and burden. We're finding that the code gets complex and development time is longer with node given our resources. Explore porting the backend to python 2.7 and flask.

Data layer will be sql-alchemy and alembic for migrations API provided by flask-restful Authentication TBD

dwcaraway commented 9 years ago

Still TODO: need json web tokens fully functional

dwcaraway commented 9 years ago

Created ticket #94 which will cover the support needs for json web tokens. closing this one.