projectunic0rn / pub-api

project unicorn backend apps

Home Page:https://projectunicorn.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Unicorn

Travis CI Project Unicorn


Quick start

git clone https://github.com/projectunic0rn/pub-api.git
cd pub-api/src/Pub

# Install dependencies
dotnet restore

# Run tests
dotnet test

# Develop
dotnet run --project API

Directory Layout

.
├── .github                 # GitHub files
├── docs                    # Documentation files
├── src                      
│   ├── Pub          
│   |   ├── API              # Service layer, code describing rest endpoints
│   |   ├── Domain           # Domain layer, code describing domain objects/logic/validation
│   |   ├── Infrastructure   # Persistence layer, code persisting to storage or message bus
│   |   └── Tests            # Automated tests
├── infrastructure           # Infrastructure as code deployment scripts                      
├── ci                       # Continuous integration, build scripts                      
└── README.md

Documentation

About

project unicorn backend apps

https://projectunicorn.net/

License:MIT License


Languages

Language:C# 99.8%Language:Dockerfile 0.2%