You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ npm run start
42
42
#### Now server will run on localhost:3000. Make sure your system is not running other application on port 3000
43
43
44
44
## API Endpoints
45
-
### POST /upload/
45
+
### POST- /upload/
46
46
Send a POST request to http://localhost:3000/upload with a 'multipart/form-data' payload containing a field named csvFile that holds the CSV file <br/>
47
47
Assuming you have a CSV file named data.csv, you can use curl bash command to send a POST request like this.
48
48
```
@@ -55,7 +55,7 @@ Replace data.csv with your CSV file name
Send a GET request to fetch events data sorted by the earliest event after the specified date, with a page size of 10. Each event includes event name, city, date, weather, and the distance from the user's location <br/>
60
60
Curl bash command to send a GET request like this.
0 commit comments