Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 520 Bytes

backend-api-info.md

File metadata and controls

15 lines (7 loc) · 520 Bytes

CIVIC Platform Backend Information

Major backend tools

  • Python, Django, and Django REST Framework to provide a web-browsable API and serialization of data for the Front-End

  • PostgreSQL for data storage

thanks Troy and Jay

For API design and documentation, most teams have been using Swagger

See also DevOps documentation for the backend service pattern, endpoint catalog, and deployment methods.