To install, run, and build the application, follow these steps:
For detailed documentation on how to use and develop with this application, please refer to the official Nest.js documentation:
Nest.js DocumentationIf you prefer to deploy the application using Docker, you can use the following steps:
$ docker build -t 8tech:tagname .
$ docker run -p 3000:3000 8tech:tagname
$ docker push username/8tech:tagname