/javascript-grp-project-poland

Code Clan Group Project to create a full-stack educational browser application in a group of four over one week. This was to consolidate learning of Javascript, Express, Vue and MongoDB

Primary LanguageVue

Grupa project

client

npm install

server

npm install

running in window:

mongod

running in window (client):

npm run serve

running in window (server):

npm run server:dev

server

npm run seeds