My Boilerplate CRUD project built with Express as server side language, NuxtJS as frontend framework and Mongodb as database server.
- CRUD With Express API
- Form Validations using express-validator
- Simple notifications for crud actions
- Authentication using jwtwebtoken and @nuxtjs/auth module.
# 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.