- install npm (shipped with node. nvm recommended for node install)
- install all dependencies:
npm install
- mocha – test runner & test suite supporting BDD (describe, it)
- esm – add support for native ES modules for mocha
- flatpickr - used as date and time picker
- express - Web-Framework for Node.js
- mongodb - database
- serve-favicon - Favicon for website
-
Build & serve web application:
npm run start
Build & serve web application in development mode:
npm run dev
-
Open browser with URL: http://locallhost:3000
run all unit tests : npm run test
run all tests for Server side modules: npm run test:modules
run all tests for Client side controllers: npm run test:viewControllers
Developed in IntelliJ