This project is attended to deploy Apache James and a Vuejs application. The application manage the users of the Apache James service :
- Create a new user
- List all existing user
docker-compose up -d
Port : http://localhost:8080
Only one domain is present at the beginning, it is localhost So to add a new user it must follow this rule
Port : http://localhost:8000
curl http://localhost:8000/domains
Follow this page