Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbris/fastapi-react-graphql
Example of a simple FastAPI and React app using GraphQL
https://github.com/jbris/fastapi-react-graphql
adminer apollo-client cloudbeaver docker docker-compose elasticsearch fastapi fastapi-docker fastapi-framework graphql graphql-server metabase postgres react react-redux reactjs redis strawberry-graphql tailwind tailwindcss
Last synced: 27 days ago
JSON representation
Example of a simple FastAPI and React app using GraphQL
- Host: GitHub
- URL: https://github.com/jbris/fastapi-react-graphql
- Owner: JBris
- License: apache-2.0
- Created: 2024-02-26T04:25:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T06:13:14.000Z (8 months ago)
- Last Synced: 2024-09-28T21:41:32.724Z (about 1 month ago)
- Topics: adminer, apollo-client, cloudbeaver, docker, docker-compose, elasticsearch, fastapi, fastapi-docker, fastapi-framework, graphql, graphql-server, metabase, postgres, react, react-redux, reactjs, redis, strawberry-graphql, tailwind, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FastAPI React GraphQL
[![pages-build-deployment](https://github.com/JBris/fastapi-react-graphql/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main)](https://github.com/JBris/fastapi-react-graphql/actions/workflows/pages/pages-build-deployment)
[![CodeQL](https://github.com/JBris/fastapi-react-graphql/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/JBris/fastapi-react-graphql/actions/workflows/github-code-scanning/codeql)
[![Server Docker Build](https://github.com/JBris/fastapi-react-graphql/actions/workflows/docker-build.yml/badge.svg?branch=main)](https://github.com/JBris/fastapi-react-graphql/actions/workflows/docker-build.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)Example of a simple FastAPI and React app using GraphQL.
Execute [deploy.sh](scripts/deploy.sh) to launch the app. You will need to have Docker installed.
The Docker configuration can be found in [.env](.env).