Skip to content

AmadorSV/majorkey-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Major Key Challenge

This is project to fulfill the challenge of MajorKey/Cohesion

This project has been created using the know architecture "CleanArchitecture" and "CQRS".

How to run it

To run this project you need to install the .NET 5 sdk and one of the next IDE or Code Editor:

After installing one of the IDE you have to open the next file:

major-key.sln

Located in the folder:

./src/

To run this project you have the option to use a Postgres database or using a in memory database. By default the aplication will try to run using a Postgres database. In case you want to use the In Memory database you'll have to change an option located in the appsettings.json file wich is located in the folder ./src/RESTApi/

You'll have to change

"UseInMemory":false

for

"UseInMemory":true

Technologies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published