* Implemented user registration and login * Implemented JWT creation and verification * Implemented several dummy API endpoints * Define env vars in helm values.yaml file * Label resources in Tilt * Created crude react frontend for testing register / login functionality
7 lines
109 B
YAML
7 lines
109 B
YAML
apiVersion: v2
|
|
name: frontend
|
|
description: Our Frontend
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "0.1.0"
|