Skip to content

This project is an example of clean architecture

Notifications You must be signed in to change notification settings

MoncefMak/MYUPDZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYUPDZ

This project demonstrates a simple implementation of clean architecture using .NET Core with a PostgreSQL database.

Migration Instructions

To perform a migration, follow these steps:

Open the command line or terminal. Navigate to the project root directory. Run the following command: dotnet ef migrations add "Name-of-migration" --project src\MYUPDZ.Infrastructure --startup-project src\MYUPDZ.Api --output-dir Persistence\Migrations Replace "Name-of-migration" with a descriptive name for your migration.

By executing the above command, the migration will be generated and saved in the Persistence\Migrations directory of the MYUPDZ.Infrastructure project.

About

This project is an example of clean architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages