DEV Community

Discussion on: API building tool online - low code

Collapse
 
gdenn profile image
Dennis Groß (he/him)

You can generate APIs with CRUD endpoints with this jhipster.tech/ .

I don't like it, you end up with a lot of code that you don't understand and that your are not able to maintain. I strongly recommend you pickup a modern REST API framework like Fast API or Express and code the thing by yourself.