20 lines
237 B
Markdown
20 lines
237 B
Markdown
# dyrevelfaerd-api
|
|
|
|
RESTful web API for the Dyrevelfærd App.
|
|
|
|
## Install
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## Run
|
|
```
|
|
npm start
|
|
```
|
|
|
|
## Documentation
|
|
http://localhost:4000
|
|
|
|
## Configuration
|
|
Edit `.env` with the appropriate values for each variable.
|