Skip to content

This folder structure represents a layered architecture approach for the hospital management system API.

Notifications You must be signed in to change notification settings

BerkayMehmetSert/net.HospitalManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Net Hospital Management System

This folder structure represents a layered architecture approach for the hospital management system API.

Installing

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

Prerequisites ⚙️

  • .NET 6.0
  • Entity Framework Core 6.0
  • Microsoft SQL Server
  • Swagger
  • AutoMapper
  • RabbitMQ
  • AspNetCoreRateLimit
  • Docker
  • Docker Compose

Docker Compose

  1. Build the project
docker-compose build
  1. Run the project
docker-compose up

Usage

Swagger

{host}/swagger/index.html

RabbitMQ

http://localhost:15672

Admin Credentials🔒

Email: example@example.com
Password: 1234

Built With 🛠️

About

This folder structure represents a layered architecture approach for the hospital management system API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages