Everything about the smart contract lies in root directory except the api/ which is the apis part of the project.
To run project you need to deploy the contracts and replace contract address on api/src/config/contracts
Runing the api
cd api && yarn && yarn start
Once project is up visit localhost://3000 to call endpoints and localhost://3000/api to use swagger UI