Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 821 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 821 Bytes

Install

  1. install npm (shipped with node. nvm recommended for node install)
  2. install all dependencies: npm install

Module

  • 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

Usage

  1. Build & serve web application: npm run start

    Build & serve web application in development mode: npm run dev

  2. Open browser with URL: http://locallhost:3000

Unit tests

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

General information

Developed in IntelliJ