Skip to content

Itsanexpriment/Coupon-system---Spring-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coupon-system

second stage of the John Bryce Academy final project.

A backend application that enables companies to issue and manage coupons as well as allowing customers to view and purchase coupons.

  • Built using Spring Boot, uses OAUTH2 Resource Server with JWT for authentication and authorization.
  • Database is managed by MySQL.
  • Utilises caching with Caffeine as the cache implementation - https://github.com/ben-manes/caffeine.

How to run

You need to have Java 17 or higher & MySQL installed. The database schema is automatically created (if it doesn't already exist). In the application.properties file you need to set your MySQL username and password.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages