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

https://github.com/adrielcodeco/pii-router-express

Express Router implementation for Pii Application with Express Server
https://github.com/adrielcodeco/pii-router-express

Last synced: 11 months ago
JSON representation

Express Router implementation for Pii Application with Express Server

Awesome Lists containing this project

README

          

# [Pii Express Router](https://github.com/adrielcodeco/pii-route-express)

Express Router implementation for Pii Epxress Server

## Documentation

* [Quick Start](https://github.com/adrielcodeco/pii-route-express/quick-start.html)
* [Examples](https://github.com/adrielcodeco/pii-route-express/examples.html)

## Examples

Here is a simple example to get you started:

index.ts

```ts
...
import { ExpressServer } from '@pii/server-express'
...

...
const server = new ExpressServer()
Container.addSingleton(server)
...
```

### License

This project is [MIT licensed](./LICENSE).