This project contains sample applications to show how to integrate an application with DjaoDjin hosting and build a fully functional Software-as-a-Service product along the way.
The following tutorials take you from basics to more advanced use cases, using bare bone standard Web technologies (i.e. HTML/CSS/Javascript).
- Write theme templates locally
- Test against the API on localhost
- Add a user dynamic menubar item
- Onboarding a club member
- Using options in billing workflow
The following tutorials show you how to get started when you are using a specific application framework (Vue, Django, etc.).
- Deploy a Vue client-based application
- Authentication in a Vue client-based application
- Sassifying a Django application
- Sassifying a FastAPI Docker container
- Sassifying a Flask Docker container
Advanced use cases
- Decorate bussiness logic API results with profile information on the client
- Access control split between Gateway and business logic