/nuxt_express_prisma_boilaplate

Starter template built using NuxtJS, ExpressJS, Prisma (For managing DB).

Primary LanguageVueMIT LicenseMIT

NuxtJS with ExpressJS

ExpressJS + Nuxt.js = ⚡

Installation

This is a template project, click on the green button "Use this template" at the top of this page and get started with GitHub ✨

One you cloned your repository, install the dependencies with:

yarn install # or npm install

ExpressJS Changes

  • There is a api directory with the root of your api server.
  • The routes directory is called api/routes.
  • The controllers directory is called api/controllers.
  • The helpers directory is called api/helpers.

Commands

Command Description
yarn dev Start ExpressJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:8080.
yarn build Build the Nuxt.js web application for production.
yarn start Start ExpressJS server in production.

Examples

Documentation

Licenses

Credentials

username: admin password: admin@123