This is the Node REST API for Mail safe application.This was build and used for initial proof of concept and testing purpose.
The endpoints can be tested locally using Postman with the endpoints provided below.
/api/v1/domains
/api/v1/alias
- Clone the repository.
- Go to the working directory.
- Run
npm install
- Run
npm start
to start the server