Skip to content

AdamNixon/testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This is my attempt at a big project.

Docker

To run the current Dockerfile

docker build -t application-tag .
docker run -it --rm -p 9090:9090 -e TEST_ENV=sampleEnv application-tag

Tasks

1. set up new docker
2. Episode 4

Setup

Can have GET request to get food. PUT request to create user account infomation Some form of billing.

Plan for online fast food

Currently working through Nic Jackson's Youtube series

1. CI
2. Nic Jackson
2. Include a SQL db
3. Kubernetes
4. Ingress
5. Multiple parts within service
6. Multiple entry points
    a. Registration
    b. main entrance
7. Certificates

Future Topic Ideas

1. Microservices
2. Kubernetes
3. Docker
4. Docker-compose
5. ELK
6. Networking
7. Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors