You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Nareshkumar Rao 84cc73e2f9 extracted functions into helpers, use some nominal types 3 years ago
.vscode first build 3 years ago
src extracted functions into helpers, use some nominal types 3 years ago
.env.template Update .env.template 3 years ago
.gitignore extracted functions into helpers, use some nominal types 3 years ago
.prettierrc.json separation, linting and prettifying 3 years ago
LICENSE Create LICENSE 3 years ago
README.md Update README.md 3 years ago
app.yaml separation, linting and prettifying 3 years ago
package-lock.json dotenv flow fix 3 years ago
package.json extracted functions into helpers, use some nominal types 3 years ago
tsconfig.json extracted functions into helpers, use some nominal types 3 years ago

README.md

SSR Tracing Backend

This is the backend API provider for the SSR Tracing Web-App.

Development

Prerequisites

  • NodeJS
  • NPM

Building

  • Run npm install to install the required packages
  • Run nodejs ./src/app.js to start the server

.env

Server parameters are specified in the .env file, see .env.template for an example