Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 716 Bytes

File metadata and controls

35 lines (31 loc) · 716 Bytes

Webtech 2 assignment

Create by Szacsuri Norbert (G0XXTC)

Prerequisites

  • Docker
  • Git
  • Npm
  • MongoDB
  • Web-browser

Usage

Open 2 terminal and follow the instructions.

  • 1st terminal:
  • 2nd terminal:
    • cd final2
    • cd webtech_2_beadando
    • npm install
    • npm test
    • npm start

Developer notes:

  • Command to export collections:
    • mongoexport -d -c <collection_name> -o --jsonArray --pretty