MakeUC registration server with file upload and email verification capabilities.
$ npm installCopy the contents of the example.env file into a .env file in the root folder.
Add the appropriate credentials and urls for the services.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod