文件名称:django-todo-react
文件大小:211KB
文件格式:ZIP
更新时间:2024-03-06 13:15:20
JavaScript
介绍 这是一个基于Django(包括用于API CRUD操作的Django REST框架)和React构建的简单Todo应用程序。 要求 Python3 点子 Pipenv 入门 将项目克隆到您的计算机上[git clone https://github.com/tomaszd/django-todo-react] 导航至目录[cd django-todo-react] 源虚拟环境, create virtual env for python3.6+ / [pipenv shell]虚拟环境 安装依赖项[pip install requirements -r requirements.txt] / [pipenv install] 导航到前端目录[cd frontend] 安装依赖项[npm install] 运行应用程序 您将需要两个指向前端和后端目录的终端来启动此应用程序的服
【文件预览】:
django-todo-react-master
----.gitignore(171B)
----requirements.txt(113B)
----Pipfile.lock(1KB)
----README.md(2KB)
----backend()
--------db.sqlite3(132KB)
--------backend()
--------manage.py(539B)
--------todo()
----Pipfile(151B)
----frontend()
--------.gitignore(324B)
--------package.json(890B)
--------package-lock.json(677KB)
--------src()
--------public()
--------README.md(3KB)
--------.eslintcache(1KB)
----.vscode()
--------launch.json(484B)