Smoothie Tracker is UI for a list of the recipies of smoothies I like. It is built with React.
From the root directory run npm start
Open localhost:3000
docker run {smoothie container} {listen}:{talk}
docker run -p 3000:3000 -i <name of container>
You can now listen on localhost:3000.
TODOs
Install Docker for Desktop.
TODO push to gitlab registry over docker container registry.
- containerize app
docker push {name of created docker image}
docker login
docker -t smoothie:{version} -f Dockerfile .
- create cicd pipeline
- deploy in k8s
- create a DB of recipies
- make DB mutable by user
- add user accounts with oauth