https://www.markdownguide.org/basic-syntax/
Web client: https://github.com/ZiggyHowland/ec_webclient
Web server: https://github.com/Toendel96/ec_webserver
(Requires backend server to be running)
http://localhost:8111/swagger-ui/
The API (REST controllers) are available through a swagger dependency.
Swagger documentation added by:
- Adding the springfox-boot-starter dependency in pom.xml
- Adding public Docket api() - function in root Application.java-file
- Updated imports in Application.java to match api-function.
NB: Remember to update the Maven-dependencies from the POM-file.
Source: https://blog.softtek.com/en/token-based-api-authentication-with-spring-and-jwt