Skip to content

Abiaina/SmoothieTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smoothie Tracker

Smoothie Tracker is UI for a list of the recipies of smoothies I like. It is built with React.

Local Development

On Desktop

From the root directory run npm start Open localhost:3000

Docker for Desktop

docker run {smoothie container} {listen}:{talk}

docker run -p 3000:3000 -i <name of container> You can now listen on localhost:3000.

Deployment

TODOs

Containerize with Docker

Install Docker for Desktop.

TODO push to gitlab registry over docker container registry.

  • containerize app
  1. docker push {name of created docker image}
  2. docker login
  3. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published