This repository was archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Using Liquid for building your application
Gustavo Denis edited this page Oct 31, 2019
·
1 revision
| Main > Using Liquid for building your application |
|---|
The following are the basic instructions on how to build modern liquid applications taking advantage of Liquid's features and concepts.
- Install Liquid project templates for starting
- Choose platform components to support your business code
- Setup configurations per environment
- Configure CI, CD and CT with Mono-Repo strategy
- Deploy microservices on containers
#Code your microservices 6. Define the APIs (and formats) exposed
- Structure internal (business) logic
- Validate input parameters and data models
- Authenticate and authorize the API
- Persist and query data from repository
- Make calls to internal classes
- Call other microservices
- Call third-party APIs
#Connect your front-end to your APIs 14. Call the back-end
#Develop tests and mocks 17. Seed test data
#Add advanced behavior 21. Gather telemetry from front-ends and back-ends