Backend: Java + Spring Boot + Spring Security (using JWT-token)
Frontend: Vite + React + React Router + Redux Toolkit
Database: Postgres
For a quick start, use the docker-compose up
command in terminal
and get URL localhost:8080
in browser. Also you can see REST API Documentation in URL:
localhost:8081/swagger-ui/index.html
In file negozio.postman_collection.json you can see simple REST API requests for example. Import this into your Postman =)