Default.Architecture
Default.Architecture copied to clipboard
A open-source starter architecture for small projects with Web Api (.NET Core 3.1) 🍭
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