Phil Eaton 6/14/2020

Generating a full-stack application from a database

Read Original

The article introduces DBCore, a tool that automatically generates a complete full-stack application from a database. It creates a TypeScript/React frontend with CRUD UI and a Go backend REST API, including features like login, filtering, and entity management. It supports PostgreSQL, SQLite, and MySQL, aiming to provide extensive boilerplate code while acknowledging current limitations like missing authorization hooks.

Generating a full-stack application from a database

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week