
REST API Generator
After days of work, REST API Generator is now live on a public test server. š https://rest-api-generator-ag0z.onrender.com No install. No account. Open it in your browser, write a plain-English description of your API, and get a complete Spring Boot 3 project in 30 seconds. Example: "Create an API for Product with name, price (decimal, min 0), belongs to Category" What gets generated: ā Entity (JPA, auditing, relationships) ā DTO (Bean Validation from your prompt) ā Service (@Transactional, pagination, filter) ā Controller (proper HTTP status codes, @valid ) ā Repository (JpaSpecificationExecutor) ā MapStruct Mapper ā GlobalExceptionHandler (404, 400, 500) ā Flyway migration SQL ā Dockerfile + docker-compose.yml ā Unit tests + MockMvc integration tests I am actively improving it and I would love your feedback. Does it work for your use case? What is missing? What would make this useful for your team? š https://rest-api-generator-ag0z.onrender.com š¦ https://github.com/rrezartprebreza/re
Continue reading on Dev.to
Opens in a new tab



