Server is up and running!

Interactive API Documentation can be found at /api-docs.

If you used docker-compose up, Angular App should be at http://localhost:8080.

To create users either use /api-docs or Postman (or similar) and POST the following data:
POST http://localhost:3000/user
Headers: Content-Type application/json
Body: raw
{
"email": "vader@bronies.com",
"firstName": "Darth",
"lastName": "Vader",
"role": "Night Manager"
}

More information can be found on GitHub at https://github.com/duluca/lemon-mart

Powered by