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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.