Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intummadee/git_bakery
https://github.com/intummadee/git_bakery
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intummadee/git_bakery
- Owner: Intummadee
- Created: 2024-11-12T05:45:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T09:44:07.000Z (about 2 months ago)
- Last Synced: 2024-11-12T10:24:01.818Z (about 2 months ago)
- Language: Vue
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GIT_Bakery
mkdir backend && cd backend
python -m venv env
env\Scripts\activate # สำหรับ Windows
pip install fastapi uvicorn python-dotenvรัน uvicorn main:app --reload
อยากดู DOC --> http://127.0.0.1:8000/docs
Guide FastAPI --> https://fastapi.tiangolo.com/tutorial/mkdir frontend && cd frontend
npm create vite@latest .
npm install