Browse Source

added readme

feature/telegramLogin
Nareshkumar Rao 3 years ago
parent
commit
6532b2449e
  1. 14
      README.md

14
README.md

@ -0,0 +1,14 @@
# SSR Tracing Backend
This is the backend API provider for the [SSR Tracing Web-App](https://github.com/naresh97/ssr-tracing).
## Development
### Prerequisites
- NodeJS
- NPM
### Building
- Run `npm install` to install the required packages
- Run `nodejs ./index.js` to start the server
### .env
Server parameters are specified in the *.env* file, see *.env.template* for an example
Loading…
Cancel
Save