This project started as the Digital Twins of Athens back-end application. The authors will try to evolve it to the central back-end facility of several UWMH front-end applications and utilities.
After cloning the repository, set up your MongoDB instance accordingly and install the dependencies.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Christodoulos Fragkoudakis
- Website - https://atticadt.uwmh.eu/v2
The Digital Twins of Athens backend is AGPL3 licensed.