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

https://github.com/joel-hanson/simple-file-upload

A simple file upload API using Django rest framework
https://github.com/joel-hanson/simple-file-upload

api django django-rest-framework

Last synced: about 1 month ago
JSON representation

A simple file upload API using Django rest framework

Awesome Lists containing this project

README

          

# simple-file-upload

A simple file upload API using Django rest framework

# How to run the application

1. Install required packages

```bash
pip install Django==2.2
pip install djangorestframework
```

2. Run the applications

```
python manage.py runserver
```