An open API service indexing awesome lists of open source software.

https://github.com/ax3effect/elements-nl

Elements Test Task
https://github.com/ax3effect/elements-nl

Last synced: 7 months ago
JSON representation

Elements Test Task

Awesome Lists containing this project

README

          

# elements-nl

To upload a CSV file, make a PUT request to /api/upload with {'file'} form-data

To view the data, make a GET request to /api/data/

Launch a server:

```
python manage.py runserver
```

Run some tests:
```
python manage.py test
```