/Backend-DRF-Simple

CRUD - File Upload | Lazy purpose only | Bad Pratice

Primary LanguagePython

Backend-DRF-Simple

  1. Install dependct requirement with pip. ex, pip install -r file_requirements.txt
  2. make migrations db. ex, python manage.py makemigrations
  3. mmigrate db. ex, python manage.py migrate
  4. runserver. ex, python manage.py runserver 0.0.0.0:8000