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
- Host: GitHub
- URL: https://github.com/joel-hanson/simple-file-upload
- Owner: Joel-hanson
- License: mit
- Created: 2020-07-31T11:09:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T04:52:55.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T18:25:47.983Z (about 2 years ago)
- Topics: api, django, django-rest-framework
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```