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 9a73fb0662 postgres is strict about variable type 3 years ago
.env.template updated .env.template 3 years ago
.gitignore fixed cors 3 years ago
README.md renamed for app-engine 3 years ago
app.js postgres is strict about variable type 3 years ago
app.yaml renamed for app-engine 3 years ago
package-lock.json implemented telegram login 3 years ago
package.json implemented telegram login 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 ./app.js to start the server

.env

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