Browse Source

renamed for app-engine

feature/telegramLogin
Nareshkumar Rao 3 years ago
parent
commit
6016fc56f3
  1. 4
      README.md
  2. 0
      app.js
  3. 2
      app.yaml

4
README.md

@ -8,7 +8,7 @@ This is the backend API provider for the [SSR Tracing Web-App](https://github.co
### Building
- Run `npm install` to install the required packages
- Run `nodejs ./index.js` to start the server
- Run `nodejs ./app.js` to start the server
### .env
Server parameters are specified in the *.env* file, see *.env.template* for an example
Server parameters are specified in the *.env* file, see *.env.template* for an example

0
index.js → app.js

2
app.yaml

@ -0,0 +1,2 @@
runtime: nodejs12
Loading…
Cancel
Save