Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanmechie/PlaywrightDockerPlayground
Simple Angular App with FastAPI rest service for Playwright automation
https://github.com/sanmechie/PlaywrightDockerPlayground
Last synced: 3 months ago
JSON representation
Simple Angular App with FastAPI rest service for Playwright automation
- Host: GitHub
- URL: https://github.com/sanmechie/PlaywrightDockerPlayground
- Owner: sanmechie
- Created: 2022-12-07T21:42:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T21:06:44.000Z (about 1 year ago)
- Last Synced: 2024-05-05T17:34:38.784Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 244 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Project description
```
Simple Angular app and Fast API service
```## settin up UI env
```
npm ci
npm start
```
## settin up API env
```
.\service\venv.bat
```## Running tests
```
npm run test
```## Deploying app via kubectl and Docker-desktop
```
kubectl apply -f app-pod.yaml # To deploy fastapi
kubectl apply -f ng-pod.yaml # to deploy UI app
```