https://github.com/danporter/fastapi-react-app
https://github.com/danporter/fastapi-react-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danporter/fastapi-react-app
- Owner: DanPorter
- Created: 2024-10-15T12:49:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T07:25:49.000Z (4 months ago)
- Last Synced: 2025-02-17T08:28:38.951Z (4 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastapi-react-app
My first attempt at a working web-app using fastapi, Vite + React + TypeScript + materials ui### Installation
```
$ conda create -n myreactenv nodejs python pnpm
$ conda activate myreactenv
$ git clone https://github.com/DanPorter/fastapi-react-app.git$ cd fastapi-react-app/frontend
$ pnpm install
$ pnpm build$ cd fastapi-react-app/backend
$ python -m pip install .
```### Run
```
$ conda activate myreactenv
$ cd fastapi-react-app/backend
$ python -m hdfmap_api
```