Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/intummadee/git_bakery


https://github.com/intummadee/git_bakery

Last synced: about 2 months ago
JSON representation

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