Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danporter/fastapi-react-app


https://github.com/danporter/fastapi-react-app

Last synced: 18 days ago
JSON representation

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 fastapi
$ 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
$ fastapi dev main.py
```

### Run
```
$ conda activate myreactenv
$ cd fastapi-react-app/backend
$ fastapi dev main.py
```