Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienarcellier/demo-use-alfred-with-fastapi-and-react
demo to shows alfred usage as build agent for fastapi and react
https://github.com/fabienarcellier/demo-use-alfred-with-fastapi-and-react
Last synced: 25 days ago
JSON representation
demo to shows alfred usage as build agent for fastapi and react
- Host: GitHub
- URL: https://github.com/fabienarcellier/demo-use-alfred-with-fastapi-and-react
- Owner: FabienArcellier
- License: mit
- Created: 2023-09-18T12:18:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T12:48:39.000Z (over 1 year ago)
- Last Synced: 2023-09-18T17:15:13.868Z (over 1 year ago)
- Language: Python
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Demo - Use alfred as build agent with fastapi and react
[![ci](https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react/actions/workflows/main.yml/badge.svg)](https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react/actions/workflows/main.yml)
This repository is a demo to show how to use alfred as build agent with fastapi and react. A blog article accompanies this repo. (coming soon)
## Getting started (Lazy mode)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react)
1. show documentation for alfred's commands
```bash
alfred --help
```2. run the commands you want, like ``alfred ci``
![](demo-gitpod.gif)
## Getting started (In local)
1. clone this repository
```bash
git clone https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react.git
```2. install dependencies with poetry
```bash
poetry install
```3. show documentation for alfred's commands
```bash
alfred --help
```4. run the commands you want, like ``alfred ci``