Skip to content
/ negozio Public

An online shop using (Java + Spring Boot + JWT) on the server side and (React + React Router + Redux Toolkit) on the client side

License

Notifications You must be signed in to change notification settings

aDudko/negozio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Negozio

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 =)

register_page_screen

login_page_screen

menu_page_screen

product_page_screen

cart_page_screen

success_page_screen