Skip to content

martastaporek/shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping

Rest API for online shop.

Technology stack

  • Java
  • Maven
  • PostgreSQL
  • SpringBoot
  • Hibernate

Description

Thanks to Hibernate framework Code-First approach was used to manage the entities and relationships between them. There are 3 types of the resources:

  • customers,
  • products,
  • baskets.

For each resource there are implemented basic HTTP request method: get, post, put and delete. Those methods, except the delete one, use JSON files.

Screenshot

Example customer data.

Screenshot

More info

Project made for Codecool programming course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages