Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 661 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 661 Bytes

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