An open API service indexing awesome lists of open source software.

https://github.com/renancosme/devlift-api

A backend service for the devLift-spa application using .NET Core 2.0.
https://github.com/renancosme/devlift-api

clean-architecture design-patterns dotnet-core entity-framework-core sql-server webapi

Last synced: 4 months ago
JSON representation

A backend service for the devLift-spa application using .NET Core 2.0.

Awesome Lists containing this project

README

          

# devLift-api
A backend service for the devLift-spa application using .NET Core 2.0.

**devlift-api is an Asp.Net Web API backend application.**

# Requirements
Visual Studio 2017, .NET SDK 2.0 and SQL Server

# Running

Steps:
1. Download this backend application
2. Configure the connection string

![Backend API running](https://github.com/renancosme/devlift-api/blob/master/docs/connectionString.png)

3. In order to create the database execute the Entity Framework migration command: `update-database`

![update-database](https://github.com/renancosme/devlift-api/blob/master/docs/update-database.png)

## Local Live Demo

![API Swagger Page](https://github.com/renancosme/devlift-api/blob/master/docs/dev-lift-api-local-demo.png)