Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```