Skip to content

Actions Configurator project made during the internship with a team

Notifications You must be signed in to change notification settings

tarielkenzhebekov/actions-configurator-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Configurator

This is Spring Pi Boot (Command Pattern) command`s project.

Objective of the project:

This service makes it possible to create and launch promotions,

set the validity period and number of sold tickets/promotional

codes with the setting of certain conditions/rules for their

acquisition and use, as well as view the history of operations,

that is, the logic and statistics on the sale of tickets and promotional codes.

What technologies do we use:

  • Java 17

  • Spring boot 3.2.1

  • Spring security 6.2.0

  • JDBC

  • PostgreSQL

  • JWT Token

Technical description

how to start a project

java -jar {aplication}.jar
mvn spring-boot:run