vanessa / file-uploading-example

Very basic file uploading example for study purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File uploading example using React and Django Rest Framework.

Usage

  • Clone this repository

api

  • Create a virtual environment and activate it: python -m venv venv && source venv/bin/activate
  • Install dependencies: pip install -r requirements.txt
  • Migrate: python manage.py migrate
  • Run: python manage.py runserver

client

  • Install dependencies: npm install
  • Run: npm run start

About

Very basic file uploading example for study purposes.


Languages

Language:Python 58.5%Language:JavaScript 28.1%Language:HTML 13.5%