Welcome to 8Tech Back End Apps

Installation & Build

To install, run, and build the application, follow these steps:

Documentation

For detailed documentation on how to use and develop with this application, please refer to the official Nest.js documentation:

Nest.js Documentation

Docker Deployment

If 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