Skip to content

RESTful API for Budget Smuggler - a simple budgeting webapp

Notifications You must be signed in to change notification settings

nattyg93/budget-smuggler

Repository files navigation

Budget Smuggler API

Running

  • This app is built on top of dj-core and is intended to be deployed using deployment-django.
  • Ensure the web server (e.g. NGINX) and any proxies (e.g. HAProxy) are configured to:
    • forward /backend/ to the Django server (e.g. Gunicorn);
    • alias /backend/api/v1/ to /api/v1/ so that the front-end can run in Internet Explorer 11 and issue GETs to /api/v1/ without sending the cookie set by Django, which is valid on the path /backend/.

About

RESTful API for Budget Smuggler - a simple budgeting webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages