Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 574 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 574 Bytes

Sample project

A sample project for creating .net and vue projects.

Frontend

In Vue.

Backend

.Net 6

TODO

  • Make request from frontend to backend and display information
  • Create working DockerCompose-file
  • Add support for several environments
  • Add Database
  • Make pipeline fail if codecoverage is less than 80 percent
  • Install Cypress and create 1 test for checking that first page returns 200 ok

How to run whole project

docker-compose up -d --remove-orphans  
docker-compose down