by BryanHoulton on 11/26/2022, 4:43:48 AM
by sscarduzio on 11/26/2022, 11:07:52 PM
Cannot read the documentation website on mobile.
by matijash on 11/26/2022, 1:38:15 PM
ooh this is nice! What did you implement it with? I think this might fit really nicely with https://wasp-lang.dev/ at some point
by mariorojas on 11/26/2022, 5:25:07 PM
it reminds me an early version of Directus https://directus.io/, good job building a headless cms
My 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)