Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucassklp/default.architecture

A open-source starter architecture for small projects with Web Api (.NET Core 3.1) 🍭
https://github.com/lucassklp/default.architecture

angular architecture asp-net-core authentication authorization code-first docker docker-compose dotnet-core3 ef-code-first entity-framework-core example example-code fluentvalidation jwt migrations mvc mysql sample webservice

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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**