# NPay **Repository Path**: lichncjx/npay ## Basic Information - **Project Name**: NPay - **Description**: A demo project showing modular monolith arch. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NPay ## About NPay is a simple virtual payments app built as a modular monolith. **How to start the solution?** ---------------- Start the infrastructure using [Docker](https://docs.docker.com/get-docker/): ``` docker-compose up -d ``` Start API located under Bootstrapper project: ``` cd src/Bootstrapper/NPay.Bootstrapper dotnet run ```