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.
- Host: GitHub
- URL: https://github.com/renancosme/devlift-api
- Owner: renancosme
- Created: 2018-05-14T02:12:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T14:55:38.000Z (over 7 years ago)
- Last Synced: 2025-03-16T01:25:57.397Z (11 months ago)
- Topics: clean-architecture, design-patterns, dotnet-core, entity-framework-core, sql-server, webapi
- Language: C#
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

## Local Live Demo
