GithubHelp home page GithubHelp logo

luisgcastillo40s / insurancewebapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jalargot/insuranceapp

0.0 0.0 0.0 710 KB

Application in .net core to manage insurance policies

JavaScript 0.17% C# 70.15% CSS 1.03% HTML 27.62% Dockerfile 1.02%

insurancewebapp's Introduction

InsuranceApp

Web Application in .Net Core to manage insurance policies-

This web site have an Auth0 login to authenticate the users, the web API is proctected with Authorization with bearer access token.

When you have a sucessful login you can see the Customers and Policies pages, in there you can add, edit or delete registers, also you can see the policies by Customer going to customer details, when you create a policy you can attach it to a customer by setting the CustomerId or just leave it empty to attach it later, to deattach a policy from a customer just delete the customer Id.

Requirements

To run this project

  1. Get a copy of the projec: To grab a copy of the sample code, you can download the zip or clone it locally.

  2. Run the InsuranceWebAPI and the InsuranceWebApp projects.

  3. You can check the InsuranceWebAPI swagger at https://localhost:44383/.

  4. Then you can go to https://localhost:44316/ in your web browser to view the website. click login and enter these credetials user: [email protected] password: InsuranceApp2020

you can enter with a google account too.

  1. Also you can run the Unit Test on the InsuranceWebAPI Project directly in Visual Studio or using these commands to collect the coverage and make a report in html.

dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput="./TestResults/" dotnet reportgenerator "-reports:TestResults\coverage.cobertura.xml" "-targetdir:TestResults\html" -reporttypes:HTML;

insurancewebapp's People

Contributors

jalargot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.