initial commit
This commit is contained in:
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# TermSearch
|
||||
|
||||
Monorepo with a FastAPI backend and React + Tailwind frontend.
|
||||
|
||||
## Development
|
||||
|
||||
- Backend runs on http://localhost:8000
|
||||
- Frontend runs on http://localhost:5173
|
||||
|
||||
### Docker
|
||||
|
||||
Build and start both services:
|
||||
|
||||
- `docker compose up --build`
|
||||
|
||||
### Local (without Docker)
|
||||
|
||||
Backend:
|
||||
|
||||
- `cd backend`
|
||||
- `poetry install`
|
||||
- `poetry run uvicorn app.main:app --reload`
|
||||
|
||||
Frontend:
|
||||
|
||||
- `cd frontend`
|
||||
- `pnpm install`
|
||||
- `pnpm dev`
|
||||
Reference in New Issue
Block a user