lucassklp / Default.Architecture

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 66.3%Language:TypeScript 23.0%Language:SCSS 4.0%Language:HTML 3.2%Language:JavaScript 2.8%Language:Dockerfile 0.7%