Skip to content

akiragothick/dev-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Quote

Web api created in .net core with entityframework, swagger, jwt

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Visual Studio 2019
SDK net core

Installing

A step by step series of examples that tell you how to get a development env running

From appsettings.json edit:

  • {server}
  • {database}
  • {user}
  • {password}
"DevConnection": "Server={server};Database={database};User Id={user};Password={password};MultipleActiveResultSets=True;"

Execute from console administrator nugets:

Add-Migration InitialCreate
Update-Database

End with an example of getting some data out of the system or using it for a little demo

Deployment

Add additional notes about how to deploy this on a live system

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages