Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 489 Bytes

File metadata and controls

24 lines (17 loc) · 489 Bytes

Django API For File Upload

Description:

It is a simple project for making a Django API with which Files can be uploaded. Here, Images are used for the file reference that can be posted, along with details and title.

Stack Used:

  • Backend- Python 3 , Django 3
  • Database- Sqlite3
  • Frontend- React JS
  • Others- Pillow, Axios

To execute:

Backend :

  • cd /backend/
  • cmd : python manage.py runserver

Frontend :

  • cd /frontend/
  • cmd : npm start