Skip to content

iviul/nodejs-test-task

Repository files navigation

Nodejs-Demo-App

Steps and Setup the project

  • Clone the repo
git clone git@github.com:Spendbase/nodejs-test-task.git

Here, 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 start

npm 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.

  1. Please clone repository locally
  2. Please create public repository that will be clone of the current repository
  3. Please create Dockerfile
  4. Please create GitHub Actions that will build and push docker image to the registry
  5. Push your changes to your public repo created on the step 2.
  6. Send results for the review.

About

Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages