|
|
|
|
|
by kaushik_v
1388 days ago
|
|
This is my dev.to article describing how to build a movie voting app in minutes that's production grade. It's built using Rocketgraph that's an open-source backend as a service. Rocketgraph is a complete backend provided to you. You only have to write Front-end pages for your apps. Isn't that cool? It comes with Authentication: Support for email, social and magic link authentication right out of the box. Adding auth is really simple with Rocketgraph GraphQL layer: A Hasura console will be provided to you which will give your data GraphQL powers. PostgresDB: Your underlying data will be in a PostgresDB provided to you. Hasura GraphQLises this data. Serverless functions: You can bring additional code you want to add and it will be auto-compiled in a Node sandbox. Just connect your Github repo and our bot will pick new commits and compile them to AWS Lambdas. So you don't even need your own server. |
|