# | Description | Endpoint | Request Body | Request Header |
---|---|---|---|---|
1 | Get all user Emails | /all |
email, password, encType, serverType | NA |
2 | Get a Specific user Email | /one/:id |
encType, serverType | userKey |
-- Prerequisites: docker, docker-compose
- Clone the repository
- Cd into the application
- Run
docker compose up
to start the application - Check the page on
localhost:5000
on your browser