Skip to content

nums11/ViE

Repository files navigation

ViE

Increase Virtual Engagement

Prerequisites

  • Git
  • Vue.js
  • Node.js and NPM
  • MongoDB

Developing

Run npm install

Front-End

Run npm run serve

Back-End

  1. In a separate shell navigate to the 'server' directory cd server
  2. Start the mongodb daemon mongod (might need to run with root priveleges depending on installation)
  3. In a separate shell navigate to the 'server' directory again
  4. Start the node server nodemon server

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published