Skip to content

This is a film management system application. This project provides an API to manage films, actors, directors, and awards. Additionally, the project includes tests written using XUnit and Moq.

Notifications You must be signed in to change notification settings

BerkayMehmetSert/net.MovieManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net Movie Management System

This is a film management system application. This project provides an API to manage films, actors, directors, and awards. Additionally, the project includes tests written using XUnit and Moq.

Installing

  1. Clone the repository
git clone https://github.com/BerkayMehmetSert/net.MovieManagementSystem.git
  1. Install dependencies
dotnet restore
  1. Create database
dotnet ef database update
  1. Run the project
dotnet run
  1. Run the tests
dotnet test

Prerequisites ⚙️

  • .NET 6.0
  • Entity Framework Core 6.0
  • Microsoft SQL Server
  • Swagger
  • AutoMapper
  • InMemory Cache

Admin Credentials🔒

Email: admin@system.com
Password: 1234

Built With 🛠️

About

This is a film management system application. This project provides an API to manage films, actors, directors, and awards. Additionally, the project includes tests written using XUnit and Moq.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages