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.
14 lines
385 B
14 lines
385 B
3 years ago
|
# 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
|