Skip to content

kuzds/buysell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUYSELL

Clone Avito. Web Application:

  • Delimitation of roles.
  • User create products, added image for them
  • User can log in / registration
  • Admin also has ability to ban users and edit their information

Local development

For starting database, use docker-compose-mysql.yml. Run command:

docker-compose -f docker-compose-mysql.yml -p buysell-mysql up -d    

Technological stack

  • SpringBoot as a skeleton framework
  • Spring Web
  • Spring Data JPA
  • MySQL database as a database for saving products and users
  • Spring Security
  • FreeMarker template engine

Releases

No releases published

Packages

No packages published

Languages