Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

nodeshift-archived/nodejs-rest-http-ts

Repository files navigation

⚠️ This repo is Archived.

Node.js CI Coverage Status

Running The Example

You can run this example as node processes on your localhost, as pods on a local code-ready-containers installation.

Localhost

To run the basic application on your local machine, just run the commands bellow:

$ npm install
$ npm start

If you want debug information, you can set DEBUG environment variable and start the application:

$ DEBUG=* npm start

This will launch the application on port 8080.

CodeReady Containers

CRC should be started, and you should be logged in with a currently active project. Then run the npm run openshift command.

$ crc setup # Set-up the hypervisor
$ crc start # Initialize the openshift cluster
$ oc login -u developer # Login
$ oc new-project my-example-project # Create a project to deploy to
$ npm run openshift # Deploys the example app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •