Skip to content

This repository contains simple Django API to upload Images from React Front End

Notifications You must be signed in to change notification settings

CyanGirl/Django_API_File_Upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains simple Django API to upload Images from React Front End

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published