Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcoscostadev/webappwithdockerandtdd

This project uses the onion architecture, with domain-driven design and it was creating using the test-driven development approach in the backend. In the front-end, it uses Ionic + angular
https://github.com/marcoscostadev/webappwithdockerandtdd

angular csharp dotnet-core typescript

Last synced: about 1 month ago
JSON representation

This project uses the onion architecture, with domain-driven design and it was creating using the test-driven development approach in the backend. In the front-end, it uses Ionic + angular

Awesome Lists containing this project

README

        

# Insurance APP
Web App that runs on docker compose

## Technologies

- Backend
- C#
- Asp.Net Core
- xUnit
- Fluent Assertion
- Swagger
- Docker
- Docker Compose
- Fluent Validation
- Onion Architecture (clean architecture)
- Domain Driven Design
- Repository Pattern

- Frontend
- Ionic v8
- Angular v18

## How to run

### Requirements

- Docker
- If you are on **Windows**, Install [Docker Desktop on Windows](https://docs.docker.com/desktop/install/windows-install/)
- If you are on MacOs, Install [Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/)
- If you are on Linux, find the right installer in [Docker Engine](https://docs.docker.com/engine/install/)

- Docker Compose
- If you are on **Windows** or **MacOS**, the docker compose is already installed within **Docker Installer**.
- If you are on **Linux**, find instruction to [install it](https://docs.docker.com/compose/install/)

### How to run
- if you are on **Windows**, just right click on "run.ps1" file and choose the option **Run With PowerShell**, or navigate to the folder "src" and run `docker-compose up` in the terminal.
- if you are on **MacOs** or **Linux**, just right click on "run.sh", or navigate to the folder "src" and run `docker compose up` in the terminal.

### Web address
- Backend: [https://localhost:3000](https://localhost:3000/swagger)
- Frontend: [https://localhost:8080](https://localhost:8080)