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
- Host: GitHub
- URL: https://github.com/adrielcodeco/pii-router-express
- Owner: adrielcodeco
- License: mit
- Created: 2018-06-01T16:30:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T16:33:11.000Z (over 7 years ago)
- Last Synced: 2025-05-24T01:47:29.252Z (about 1 year ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).