Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

MakeUC/registration-server

Repository files navigation

Registration Server

MakeUC registration server with file upload and email verification capabilities.

Getting Started

$ npm install

Configuration

Copy the contents of the example.env file into a .env file in the root folder. Add the appropriate credentials and urls for the services.

Running The Server

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod