Skip to content

This system has been developed for working with existing medical catalogs. You can also create, modify and add fields.

Notifications You must be signed in to change notification settings

vladisa385/ESVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESVS

This system has been developed for working with existing medical catalogs.Moreover, you can create, modify and add fields.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Installing

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Next, within the Northwind.WebUI\ClientApp directory, launch the front end by running:

    npm start
    
  5. Once the front end has started, within the Northwind.WebUI directory, launch the back end by running:

    dotnet run
    
  6. Launch http://localhost:52468/ in your browser to view the Web UI

  7. Launch http://localhost:52468/api in your browser to view the API

Built With

  • .NET Core 2.2
  • ASP.NET Core 2.2
  • Entity Framework Core 2.2
  • MediatR 7.0
  • AutoMapper 8.1.1

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

About

This system has been developed for working with existing medical catalogs. You can also create, modify and add fields.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages