module
0.0.0-20220320160100-3143a3139422
Repository: https://github.com/drgermanius/gophermart.git
Documentation: pkg.go.dev
# README
Accumulative loyalty system "Gophermart"
The system is an HTTP API with the following business logic requirements:
- registration, authentication and authorization of users;
- getting of order numbers from registered users;
- registering and maintaining a list of transferred order numbers of registered users;
- accounting and maintenance of the registered user's accumulative account;
- checking received order numbers through the loyalty point system;
- accruing for each eligible order number the reward due to the user's loyalty account.
Specification can be found here.
# Packages
No description provided by the author