-
Create a .env file based on the .env.local tenmplate file and fill the variables
-
Update dependencies by running
npm install
-
Start the server
npm start
-
All endpoints are available under the following path on the server:
<server>/api/v1
Sends an email with the enrollment information.
[POST] api/v1/enrollment
payload:
{ "name": "John Doe", "email": "john.doe@nowhere.com", "affiliation": "A nice NGO", "newsletter": false }