Skip to content

umutguler/hospital-findio-webapp

Repository files navigation

How to start app

Requirements

Make sure you have:

Installation

Use npm to install packages

npm install -g @angular/cli
cd hospital-findio-client
npm install

Usage

Use two terminals

# first terminal - server

cd ./Hospital.Findio.Api/
# you may need to do a dotnet restore if dependency errros occur
dotnet run
# runs at https://localhost:5001

# second teminal - client
cd ./hospital-findio-client
ng serve

# runs at https://localhost:4200/

About

Angular 11 + Asp .Net 5 Web Api + Sqlite Db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published