mirror of
https://github.com/detleph/server.git
synced 2026-09-04 23:45:00 +02:00
14 lines
248 B
Markdown
14 lines
248 B
Markdown
# server
|
|
|
|
## SETUP
|
|
|
|
Before Runningthis on you local machine some things have to be setup
|
|
|
|
1. Run npm install
|
|
2. Add .env file with following variables:
|
|
|
|
```
|
|
DATABASE_URL: ADDRESS TO YOUR DATABASE
|
|
PORT: PORT WHERE THE API SHOULD RUN
|
|
```
|