Skip to content

eddyable/suit-supply-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alteration Api

Introduction

The service is intended to provide the REST API for the Alteration website.

Getting Started

Make sure that the following is installed:

Environment Setup

  • provide connection string to the SQL Server Database in either Environment Variables or appsettings.json file
  • update database with migrations following ef core guidelines Ef Core Migrations Guideline:
    1. In VS Package Manager Console set the env variable with the command: $env:SqlServerOptions__ConnectionString = [your connection string]
    2. Set Default Project to Alteration.Application
    3. Execute command: update-database
  • [optional] provide connection string to the Application Insights service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors