All Projects → sinemhasircioglu → MusicDatabase-API

sinemhasircioglu / MusicDatabase-API

Licence: other
This project is able to manage your songs, artists, albums and more by RESTful API. Developed with ASP.NET Core 2.0 & EF Core and used PostgreSQL Database Provider. Implemented Swagger to project.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MusicDatabase-API

Onion Architecture Asp.net Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
Stars: ✭ 196 (+988.89%)
Mutual labels:  entity-framework-core, asp-net-core
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (+105.56%)
Mutual labels:  entity-framework-core, asp-net-core
generic-for-core
🏗️ Generic Repository & UOW Pattern For ASP.NET Core
Stars: ✭ 55 (+205.56%)
Mutual labels:  entity-framework-core, asp-net-core
Fanray
A blog built with ASP.NET Core
Stars: ✭ 117 (+550%)
Mutual labels:  entity-framework-core, asp-net-core
Asmin
Asmin is .NET CORE project infrastructure, to get a quick start on the project.
Stars: ✭ 89 (+394.44%)
Mutual labels:  entity-framework-core, asp-net-core
Csharp Datatables Parser
C# Serverside parser for the popuplar jQuery datatables plugin.
Stars: ✭ 119 (+561.11%)
Mutual labels:  entity-framework-core, asp-net-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+766.67%)
Mutual labels:  entity-framework-core, asp-net-core
Apiintegrationtestsamples
Demo project containing end-to-end, in-memory integration tests in ASP.NET Core 2.1
Stars: ✭ 62 (+244.44%)
Mutual labels:  entity-framework-core, asp-net-core
CRUD.ASPCore.Reactjs.WebAPI.EF
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.
Stars: ✭ 80 (+344.44%)
Mutual labels:  entity-framework-core, asp-net-core
LocalTransactionTableTest
利用rabbitmq做消息队列,通过本地消息事务表序列化消息,通过定时轮训保证消息强行落地,最终达到数据最终一致性
Stars: ✭ 19 (+5.56%)
Mutual labels:  entity-framework-core, asp-net-core
Aspnetcore Realworld Example App
ASP.NET Core backend implementation for RealWorld
Stars: ✭ 1,315 (+7205.56%)
Mutual labels:  entity-framework-core, asp-net-core
simple-blog-back
Back-End for Simple Blog
Stars: ✭ 36 (+100%)
Mutual labels:  entity-framework-core, asp-net-core
Aspnetcoreactivedirectorystarterkit
Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.
Stars: ✭ 71 (+294.44%)
Mutual labels:  entity-framework-core, asp-net-core
Storedprocedureefcore
Entity Framework Core extension to execute stored procedures
Stars: ✭ 164 (+811.11%)
Mutual labels:  entity-framework-core, asp-net-core
Banksystem
ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.
Stars: ✭ 70 (+288.89%)
Mutual labels:  entity-framework-core, asp-net-core
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (+216.67%)
Mutual labels:  entity-framework-core, asp-net-core
Asp.net User Role Membership Example
Asp.Net Core Mvc Full Implementation Example of User Role & Membership.
Stars: ✭ 33 (+83.33%)
Mutual labels:  entity-framework-core, asp-net-core
Urf.core.sample
URF.Core Sample Solution - E2E sample built with ASP.NET Core, Entity Framework Core, URF.Core, Angular, Kendo UI & OData Core. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 40 (+122.22%)
Mutual labels:  entity-framework-core, asp-net-core
SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (+50%)
Mutual labels:  entity-framework-core, asp-net-core
RestWithASP-NETUdemy
No description or website provided.
Stars: ✭ 40 (+122.22%)
Mutual labels:  entity-framework-core, asp-net-core

MusicDatabase API 🎵

This project is able to manage your songs, artists, albums and more by RESTful API. Developed with ASP.NET Core 2.0 & EF Core and used PostgreSQL Database Provider. Implemented Swagger to project.

Getting Started

First of all, you need to clone the project to your local machine

git clone https://github.com/sinemhasircioglu/MusicDatabase-API.git
cd MusicDatabase-API

Building

A step by step series of building that project

  1. Restore the project 🔨
dotnet restore
  1. Change connection string of Database (File: appsettings.Development.json, Line: 3)

  2. If you want to use change Database Provider to MS SQL, MySQL etc... You can change on Startup.cs File (Line: 33)

    //For Microsoft SQL Server
    options.UseSqlServer(Configuration.GetConnectionString("MusicDbConnectionString"));
  1. Run EF Core Migrations
dotnet ef database update
  1. Run the project and Enjoy! 💣
dotnet run

Demo

You can try it on this demo link. 🔫

Built With

Contributing

  • If you want to contribute to codes, create pull request
  • If you find any bugs or error, create an issue

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].