Files
server/README.md
T
2021-10-17 02:30:01 +02:00

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
```