Added readme for API

This commit is contained in:
Johan Öbrink 2020-12-17 17:25:59 +01:00
parent f6b60dc7b1
commit a6ed7d30ba
1 changed files with 19 additions and 0 deletions

19
packages/api/README.md Normal file
View File

@ -0,0 +1,19 @@
# $kolplattformen API
## Develop
### Run
```npm run dev```
Log all requests through to Skolplattformen:
```LOG_REQUESTS=true npm run dev```
### Tests
```npm test```
Continuously:
```npm test -- --watchAll```