Updating readme

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-19 17:27:50 +03:00
parent 96ce700863
commit 646b7bdadd

View file

@ -33,11 +33,3 @@ In the root directory, run the following command:
```bash
python -m unittest
```
## Posting data
You can post data using curl. There are no restrictions on whoever can post data.
```bash
curl -H "Content-Type: application/json" -X POST -d '{"gpu":"GPU DUMMY TEXT","cpu":"CPU DUMMY TEXT","log":"DETAILED LOG","score": 1}' http://localhost:5000/result
```