diegochiquero / mevn-scaffold

Full-stack development MEVN for projects and Dockerfile provided

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEVN scaffold

Code scaffold for projects with docker.

               

Separate backend and frontend development stack managed under Vue style guide, Vue router and Vuex are implemented.
MongoDB + Express + VueJS + NodeJS code scaffold for projects and Dockerfile included.
Vuetify as a material design framework and Sweet alert2 javascript pop-up boxes.
Environment variables handled with dotenv.
Backend unit testing with Mocha.
Frontend unit testing with Jest
Frontend BDD testing with Cucumber and Selenium
Deploying Application to Heroku

Prerequisites

  • MongoDB
  • Express
  • Vue
  • Node
  • Docker

How do I start?

  1. Clone this repository.
  2. Go Backend folder to set up and run the api server.
  3. Go Frontend folder to set up set up and run the app.

License

See the LICENSE file for license rights and limitations (MIT).

About

Full-stack development MEVN for projects and Dockerfile provided

License:MIT License


Languages

Language:JavaScript 54.8%Language:Vue 40.6%Language:HTML 2.3%Language:Gherkin 1.2%Language:Shell 1.1%