turbocommerce:通过reactjsdjangoREST和docker解耦电子商务Web应用程序 源码
涡轮商务 使用python,django,django rest框架,reactjs,react hooks和docker构建的现代电子商务平台。 设置后端 # project root dir, setup pre-commit brew install pre-commit pre-commit install # setup .env file cd backend cat .env.example | tee .env # run backend api server and postgreql db docker-compose up # run migrations docker-compose run backend cd backend/src/ python manage.py migrate 设置前端 cd frontend cat .env.example | tee
文件列表
turbocommerce:通过reactjs,django,REST和docker解耦电子商务Web应用程序
(预估有个118文件)
.env.example
46B
index.html
2KB
favicon.ico
3KB
ProductDetails.js
3KB
Login.js
3KB
Signup.js
3KB
ProductCategoryList.js
2KB
index.css
0B
CategoryList.js
1KB
ProductDetailsContent.js
3KB
暂无评论