Skip to content

Commit

Permalink
comment out FORMULA 1 API_KEY in env
Browse files Browse the repository at this point in the history
  • Loading branch information
vantage-ola committed Aug 16, 2024
1 parent 4d8382b commit 16b56a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tracknow/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ Fill in the environment variables
API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REDIS_HOST=xxxxxxxxxxxxxxxxxxxxxx
REDIS_PASSWORD=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REDIS_PORT=xxxx
FORMULA_1_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxx
REDIS_PORT=xxxx
```
Get Formula 1 Key from here: [F1 Live Motorsport Data](https://rapidapi.com/sportcontentapi/api/f1-live-motorsport-data)
<!--Get Formula 1 Key from here: [F1 Live Motorsport Data](https://rapidapi.com/sportcontentapi/api/f1-live-motorsport-data) -->
### 4. Create the database and start the server.
``` shell
flask shell
Expand All @@ -49,4 +48,4 @@ Start the server
```
### 5. Swagger Documentation for the TrackNow API
After the server is running, check this route for more detailed documentation for the API endpoints.
```localhost:5000/api/v1/docs```
```localhost:5000/api/v1/docs```

0 comments on commit 16b56a3

Please sign in to comment.