- Clone the repo
git clone git@github.com:Spendbase/nodejs-test-task.gitHere, we are cloning our repo into our local system to check if the code is running and to add the Dockerfile to it.
- Check Code is running or not
npm install
npm startnpm install: This command is used to install all dependencies listed in a project's
npm start: This command is typically used to start a project.
Maps port 5000 on the host to port 5000 on the container, allowing access to the application running inside the container.
- Please clone repository locally
- Please create public repository that will be clone of the current repository
- Please create Dockerfile
- Please create GitHub Actions that will build and push docker image to the registry
- Push your changes to your public repo created on the step 2.
- Send results for the review.