Adding an API and database to your Nuxt App with Prisma

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • prisma-nuxt

    Prisma example showing how to use Prisma in a Nuxt application.

  • I hope you liked this tutorial and learned something useful. The completed project is available on GitHub.

  • create-nuxt-app

    Create Nuxt.js App in seconds.

  • You’ll be asked a couple of questions such as the name of the projects, linter, testing framework etc. Keep the app simple and go with the default options provided. To learn more about the options, head over to Create Nuxt App.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • prisma-examples

    🚀 Ready-to-run Prisma example projects

  • Do you have any suggestions of any libraries/frameworks you’d like to see paired with Prisma? Feel free to let us know in the discussion or create an issue on GitHub.

  • studio

    🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.

  • Once you’ve modified nuxt.config.js, make sure to restart your Nuxt app. You can use Prisma Studio to create your database records. Alternatively, you can use your favorite API testing tool - for example Postman,Insomnia or REST Client - to test your API by making HTTP requests against your API.

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  • Building fullstack applications has never been easier using Nuxt. It provides a Vue framework for building blazing fast server side rendered and static applications. Prisma is an ORM offers developers a type-safe database client (currently supports PostgreSQL, MySQL, SQLite and SQL Server preview). This useful when building APIs and is intuitive for both beginners and experienced developers.

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • For your API, you will use Express inside Nuxt to create our API. Sounds crazy, right?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts