a. You have an idea for a project, and you've put some thought into it (it's not a "wouldn't it be cool if ... type of thing")
b. You can handle the frontend part yourself
c. 90% of your api is storing and retrieving data from your database
d. The api needs to be either REST or GraphQL (or both)
e. You'll provide the table definitions for all your models (no need to be 100% correct/final)
What i'll do for you:
a. Implement the api for your mvp (then transfer the git repo to you)
b. Data will be stored in your RDS db (PostgreSQL)
c. I'll host the API layer on [1] for you for free (but you can also host it yourself)
d. The service is a "super set" of the capabilities PostgREST [2] gives you
Obviously this can not work for a long time or for a lot of projects but I can knock out 20-30 apis in the next month.
If this interests you, leave a comment here with a short description of the idea.
[1] https://subzero.cloud [2] https://github.com/PostgREST/postgrest
Api should return post (id, title, body, favs, created_at, is_faved) And should cache post