6 ms·
Show HN: I made an API builder for side projects
- BryanHoulton 4y agoMy side project just got to the point where it passed the "to-do list test": it can be used to make a simple to-do list app! I feel like this is the basic test for any framework/language lol. Quickbase is an easy way to create a RESTful API on top of a relational database schema without wrangling with deployments or backend frameworks. Making the schema for your project literally takes 60 seconds in a UI, and then the API is just available for you to use. Supports CRUD operations, user authentication, filtering, etc. Keep in mind that this is less than a week old, but I will be building more soon. Tools used: - AWS Fargate, Amplify, RDS, etc. - Django REST Framework - Next.js with Mantine (I _love_ this component library for TS/React)
- matijash 4y agoooh this is nice! What did you implement it with? I think this might fit really nicely with https://wasp-lang.dev/ https://wasp-lang.dev/ at some point
- BryanHoulton 4y agoits made with django rest, postgres, aws, etc. would love to check out wasp at some point!
- mariorojas 4y agoit reminds me an early version of Directus https://directus.io/ https://directus.io/, good job building a headless cms
- BryanHoulton 4y agoThank you!
- sscarduzio 4y agoCannot read the documentation website on mobile.