Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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) 🍭
- Host: GitHub
- URL: https://github.com/lucassklp/default.architecture
- Owner: lucassklp
- License: mit
- Created: 2017-09-09T03:18:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:03:09.000Z (over 1 year ago)
- Last Synced: 2024-10-13T14:24:18.141Z (about 1 month ago)
- Topics: 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
- Language: C#
- Homepage:
- Size: 9.87 MB
- Stars: 68
- Watchers: 4
- Forks: 15
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**