/nuxt-with-express

Simple CRUD app using NuxtJS, Express and Mongodb with help of serverMiddleware feature

Primary LanguageVue

nuxt-with-express

My Boilerplate CRUD project built with Express as server side language, NuxtJS as frontend framework and Mongodb as database server.

Features Implemented

  1. CRUD With Express API
  2. Form Validations using express-validator
  3. Simple notifications for crud actions
  4. Authentication using jwtwebtoken and @nuxtjs/auth module.

Build Setup

# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.