Demo template with Cesiumjs, Coreui & Reactjs
everything must be installed
- MongoDB 4.2.0 Community Server: https://www.mongodb.com/download-center/community
- NodeJS 10.16.3 LTS: https://nodejs.org/it/
- MongoDB Compass 1.19.2 Community: https://www.mongodb.com/download-center/compass
- By MongoDB Compass:
- crerate a new db with name "DEMO",
- load collation from file "./db/Demography.json"
- by terminal:
- into folder "./backend" run
npm i
- into folder "./frontend" run
npm i
- on root folder run
npm start
- into folder "./backend" run
- Windows: as terminal use "cmd" or "power-shell"