django_todo_app
Create web development todo bulletin board using Python Django

3 folders
!! RESTFUL API is recommended to use the DB version because it is slow !!
Development environment
server
- CentOS 7 (available on Windows-> However, available as localhost)
db
python
- 3.6 ver
- Django2.1.2
- djangorestframework
- Requests ETC
JavaScript
- sortable.js
- jQuery-3.2.1.min.js
css
installation
Linux server installation process
- Python3 installation and configuration
- Python3 virtual environment creation (the same folder name as above)
- In the virtual environment, the following library installation
- PIP Install django == 2.1.2 Pandas numpy pymysql requests uwsgi
- Python3 Manage.py Makemigraions, Python3 Manage.py Migrate
- NGINX, UWSGI Environmental Integration or Runserver function can also be used
How to run the downloaded file
(Database use)
- ToDosubject-> Python Manage.py Runserver 127.0.0.1:8088-> http: // localhost: 8088/board/
(RESTFUL APOI use)
- ToDosubject_RestFulapi -> Python Manage.py Runserver 127.0.0.1:8000
- ToDosubject_USE_RESTFULAPI-> Python Manage.py Runserver 127.0.0.1: 88080-> http: // Localhost: 8080/Board/
RESTFUL API
/todo_list/
/todo_list/create/
/TODO_LIST/1/
- Detail output according to numbers
/todo_list/1/update/
- Update according to numbers
/todo_list/1/delete/
- DELETE according to numbers