Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.17 KB

UrlShortner

.NET

Outcome

Create a Short URL APP and deploy to internet so you can learn how to deploy a application and database to production.

Milestone:

  • Should be able to shorten the URL with the Create URL.
    • Should Have complete end to end Test with good coverge
    • Should have Analyzer and prepare the application for Production
    • Should Run the build and Test using the Github CI/CD
  • Should be able to Redirect the webpage on request
    • Should have complete end to end Test
    • Should have complete coverge for the same.
  • Should create a Docker-compose file for the same and run locally
    • Should be able to run the application locally using the Docker
  • Should be able to run Kubernetes using the Local Acorn
    • Should be able to run the Acorn
    • Learn about the Acorn and understand how to make CI/CD work

Hit a road block when deploying the application to GKE and digital ocean. I am trying to learn Kubernetes to fix the issue with Acorn