Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 549 Bytes

File metadata and controls

29 lines (29 loc) · 549 Bytes

Personal-spending-management-Project

  • Công nghệ web & dịch vụ trực tuyến: 20182
$ pip3 install django  
$ pip3 install djangorestframework 
$ pip3 install markdown       # Markdown support for the browsable API.
$ pip3 install django-filter
$ django-admin startproject djangorest  
$ cd djangorest
$ django-admin startapp rest  
$ python3 manage.py migrate  -> khởi tạo dữ liệu ban đầu cho project
$ python3 manage.py runserver