Skip to content

A open-source starter architecture for small projects with Web Api (.NET Core 3.1) 🍭

License

Notifications You must be signed in to change notification settings

lucassklp/Default.Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default.Architecture

A open-source web api starter project with authentication/authorization made with Docker, Angular 9, ASP.Net Core 3.1 (JWT) and MySQL.

Running

In order to run the application, you must run following commands:

git clone https://github.com/lucassklp/Default.Architecture.git

cd Default.Architecture

docker-compose build --no-cache

docker-compose up -d

Note: You must to have docker and docker-compose to run this