I'm forever having to create REST API servers for people, and I'd like to find a way to help people create their own.
Typically it will be a REST server with a few endpoints that has to store persistent data.
I've been using dropwizard/hibernate/mysql, and this combo suits me fine since I have a lot of experience as a server side programmer.
However my clients aren't interested in Java or even relational databases.
Thy mostly code in node or python.
What would be some good, easy to learn frameworks to help them elope their own API server?
CodePudding user response:
Check NestJS to doing a REST API in node environtment. Is a solid, reliable and scalable (as they say in his website) framework and is easy to learn.
CodePudding user response:
Nextjs Strapi. it's very powerful and easy to learn