Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liowalter committed Sep 7, 2024
1 parent 5efdfd2 commit 5454fcc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Geo Photo Radar

## Load data with curl

## Set up local directories for docker-composer
Sample data is in the `data` folder

To load it, you can use http://localhost:8000/api/docs or with curl in the `data` folder
```
curl -X 'POST' \
'http://localhost:8000/api/import' \
-H 'accept: application/json' \
-H 'Authorization: Bearer dataimporttoken' \
-H 'Content-Type: multipart/form-data' \
-F 'file=@bibzug_glasplatten_adapted.csv;type=text/csv'
```



## Set up local directories for docker-compose and elastic kiban

Do this in app root folder :
```
Expand Down

0 comments on commit 5454fcc

Please sign in to comment.