-
Read a user-created config/schema file (toml/json) and automatically generate API endpoints using the
actix
web framework -
Generated code should be completely bug free (by design)
-
Generated code must be able to include extension opportunities if requested explicitly
- frameworks/dependencies
- file I/O type (probably toml with json extensions available)
- file hierarchy and structure
-
File parser development
-
CLI tool creation (using
clap
)
-
Codegen lib structure and design
-
Codegen prototyping and tooling
-
Unit test suite
-
E2E component test suite