django_rest_api

Yêu cầu
Có cài đặt pipenv

Các bước

  1. Dùng pipenv tạo virtual env và cài các package cần thiết, rồi activate env đó

pipenv install pipenv sync
pipenv shell

  1. Migration và Migrate Database

python manage.py makemigrations
python manage.py migrate

  1. Runserver

python manage.py runserver