First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
First, run the development server:
npm test
- Create schemas for User Input and External APIs
- For External API, create initial schemas using incoming snake case then create a second using camel case for internal consumption
- Use the initial schemas for External API to codegen Client HTTP API for resource management