1 year ago
Sat May 25, 2024 9:21pm PST
Ask HN: Instantly generate APIs like Vercel does for frontend
Hi HN,

I am bored with copying and pasting my old Go API projects when I need to create a new API. I am also bored with DNS, deploy, SSL, etc.

I have an idea for an API-as-a-Service. The concept is simple:

1. Create database - Give a name and click Create DB 2. Define API route - Give a name for the route and click Create. Example /users 3. Write business login - Write code for example: insert a new user into the DB 4. Run - Your API ready

I'm looking for feedback on this concept.

comments:
add comment
loading comments...