Skip to content

Commit 416f70e

Browse files
committed
Added second readme to align with the mistakes made
1 parent 4d43d13 commit 416f70e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NS8-API
1+
# Refer to Readmecontinued.md Disclaimer - was given incorrectly as a starting place with the 4 task below that I never finished, and this code should never be used seriously, providing it online for sharing purposes
22

33
## Description
44
API to serve data over RESTful calls for a user tracking software. The server uses lokijs, a in-memory JavaScript Datastore with Persistence.

READMECONTINUED.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ In App.ts will need to replace the mongo connection string with your local mongo
88
In config folder there is a key and cert file which are being used, would be safer to generate and replace with your own key/cert
99
I used open SSL to generate.
1010

11+
#### Compiling and Running locally
1112
Had problems on windows specfically with the & in package.json, need a todo to get the concurrent commands running.
1213
```bash
1314
npm install

0 commit comments

Comments
 (0)