From 6532b2449e36928824d3de55b9b7ffdd609bf948 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Sun, 25 Jul 2021 00:53:18 +0200 Subject: [PATCH] added readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..217c48e --- /dev/null +++ b/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 \ No newline at end of file