This project has the educational purpose of understanding the underlying principles and mechanics involved in handling HTTP requests, managing routes, processing data and even dependency injection without relying on any frameworks such as Spring, Quarkus, Spark etc.
- Java 17
Basic auth with username: admin
and password admin
.
Create a user. Payload:
{
"login": "login",
"password": "password"
}
List created users.