A Step-By-Step Guide to using Azos Framework
Start here:
All code is under /src folder in a single solution.
The projects are organized in the logical order of conceptual framework feature coverage.
We recommend that you follow the tutorial in this order:
- Step 1:
s01-console- Console application, parse command args, perform some work using console dependency injection/config - Step 2:
s02-cfglog- App Config and Logger - Step 3:
s03-api- Simple Http API server - Step 4:
s04-logic- Add domain logic module, use DI (Dependency Injection), API protocol - Step 5:
s05-sec- Lock API access with security/permissions, add tokens - Step 6: Add data store
Additional resource for admin/devops: