Skip to content
/ mevn-boilerplate Public template

A basic yet comprehensive MEVN stack template (Mongodb, Express, Vue, Node)

Notifications You must be signed in to change notification settings

adedayojs/mevn-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Fullstack-Boilerplate

CircleCI

Table of content

Set Up

To set up this template, you will need to clone this project

    git clone https://github.com/adedayojs/vue-boilerplate.git

Installation

Backend

Install the backend dependencies next. On your terminal (for mac users) and Command line (for windows users) run the following command

    yarn 

or if you prefer npm

    npm install

Frontend

Install the frontend dependencies next. On your terminal (for mac users) and Command line (for windows users) run the following command

    cd frontend

then

    yarn

or if you prefer npm

    cd frontend
    npm install

Usage

This project has been set up with a minimalistic approach, The following has been added out of the box should you choose to use them

  • Joi Validator. Used to validate input from front end. For Usage of this click Here
  • JWT (Json Web Token) Used for Authorization and Authentication. For Usage of JWT click Here
  • Bcrypt (for password encryption) For usage on bcrypt click here

About

A basic yet comprehensive MEVN stack template (Mongodb, Express, Vue, Node)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published