This reposoitory contains the code of IFRIC service which is responsible for unique registration, identification and certification of Industry Fusion Assets
The project contains one application, the backend build on nest.js. The project takes the .env file with multiple required configurations.
Go inside each project and use README.md for running the applications.
The backend will be accessible at http://localhost:4006 after successful run.
Build
Navigate to the backend
directory and build the Docker image:
cd backend
docker build -t ibn40/backend:latest .
Run
Make sure the .env variables are passed to the docker run command.
docker run --env-file .env -p <actual-port-num>:<actual-port-num> ibn40/<image>:<tag>
"../IfricRegistryService/README.md" 41L, 1524B