Traning project. The main purpuse of the project is to implement microservice architecture.
Here you can find the dump of database. If you want to test the program you can resotre it.
- /server - to start grpc server within laptop service
- /clinet - a simple client connecting to laptop service server and call create laptop method
Here you can find all configurations, sush as port, host, user, and so on.
- /proto - all proto files
- /pb - generated code from protos
Database migrations. You can make changes and use command in Makefile to migrate up.
Here you can find methods to generate random data for laptop object.
Here you can finc business logic of project.
Entities and Repos are implemented to manipulate with database.