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 de...

Source: DEV Community
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/