Blog App using; Spring Boot & React & JWT & PostgreSQL
https://github.com/feyzabecerr/Blog-AppFrontend
POST /auth/register HTTP/1.1
Host: localhost:8080
Content-Type: application/json
{
"username": "user",
"email": "user@gmail.com",
"password": "password"
}
POST /auth/login HTTP/1.1
Host: localhost:8080
Content-Type: application/json
{
"username": "user",
"password": "password"
}