SashaJarvi / mevn-contacts-app

Small contacts app using MEVN stack

Repository from Github https://github.comSashaJarvi/mevn-contacts-appRepository from Github https://github.comSashaJarvi/mevn-contacts-app

At first, install MongoDB on your machine:

https://docs.mongodb.com/manual/installation/

Then open mongo shell and run following command:

use mevn-contacts-app

To start the server, run this commands in your terminal:

cd server

yarn

yarn start

To start the client, run this commands in your terminal:

cd client

yarn

yarn serve

About

Small contacts app using MEVN stack


Languages

Language:Vue 71.9%Language:JavaScript 24.3%Language:HTML 3.3%Language:SCSS 0.6%