Skip to content

TimHolzherr/jiraclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Clone

Create tickets and resolve them once they are done: https://jiraclone.azurewebsites.net.
An exercise which was part of a job interview.

Overview

  • Backend
    • Simple rest api with Asp.Net Core 3
    • Inmemory database
  • Client
    • React SPA created with create-react-app
    • Ui components from @material-ui
  • DevOps
    • Built and hosted inside docker
    • Deployed to Azure as a web app service

Build and Run

docker-compose build
docker-compose up 

app is reachable on port 8080

Build and Deploy

docker-compose build
docker push timholzherr/jiraclone

A webhook will automatically deploy the newest version from dockerhub to azure at https://jiraclone.azurewebsites.net

About

Create tickets and resolve them once they are done: https://jiraclone.azurewebsites.net.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published