For further actions, you may consider blocking this person and/or reporting abuse
Read next
Opinionated vs. Non-Opinionated Frameworks: Understanding the Difference
Muhammad Medhat -
How to Switch Your Rails Application Database from PostgreSQL to SQLite
Alexandre Calaรงa -
How to Copy Text to Clipboard
Art -
How to Set Up CopilotKit in Your React App: A Step-by-Step Guide
Farhan Ahmad -
Top comments (4)
If you're starting from scratch and have limited logical requirements and are instead mostly just serving data, working from a standard like graphql or openapi is a really quick way to get bootstrapped efficiently.
Any openapi boilerplate you know ?
Openapi code generators exist for almost every major language! :)
github.com/OpenAPITools/openapi-ge...
I wrote a mini series on just that using PHP for the example implementation: dev.to/jamesrweb/programmatically-...