Software Alternatives & Reviews

What is a CRUD app and how to build one?

React Laravel Nova Node.js Hasura
  1. 1
    A JavaScript library for building user interfaces
    Pricing:
    • Open Source
    For the sake of the exercise, we'll assume you're using the following popular technologies: React for the front-end, Node.js for the back-end and PostreSQL for your database.

    #Javascript UI Libraries #JS Library #JavaScript Framework 775 social mentions

  2. Application and Data, Languages & Frameworks, and MVC Tools
    Even with tools like Hasura or PostgreSQL, building a CRUD still takes time. Even more so if you need specific capabilities in addition to CRUD operations. To prevent you from reinventing the wheel every-time you need to enable your users to manipulate and visualise the data stored in your database, tools exist to build CRUD apps in minute and allow you to focus on adding advanced logic and functionalities to your applications. Examples include Django Admin or Laravel Nova depending on your stack.

    #Developer Tools #Boilerplate #SaaS 13 social mentions

  3. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
    For the sake of the exercise, we'll assume you're using the following popular technologies: React for the front-end, Node.js for the back-end and PostreSQL for your database.

    #Runtime #JavaScript Runtime #JavaScript 788 social mentions

  4. 4
    Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
    Pricing:
    • Open Source
    As we've seen, developing a basic CRUD app from scratch can take significant time. Fortunately, there are tools to accelerate this process, especially on the backend part. Tools like Hasura or PostgreSQL, depending on your stack, will automatically create APIs based on your database.

    #GraphQL #Realtime Backend / API #API Tools 117 social mentions

Discuss: What is a CRUD app and how to build one?

Log in or Post with