Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 466 Bytes

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