https://github.com/adrielcodeco/pii-server-express
A express server implementation for pii-application
https://github.com/adrielcodeco/pii-server-express
Last synced: 11 months ago
JSON representation
A express server implementation for pii-application
- Host: GitHub
- URL: https://github.com/adrielcodeco/pii-server-express
- Owner: adrielcodeco
- License: mit
- Created: 2018-06-01T15:28:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T16:31:18.000Z (over 7 years ago)
- Last Synced: 2025-06-24T03:50:02.807Z (12 months ago)
- Language: TypeScript
- Size: 43 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 Server](https://github.com/adrielcodeco/pii-server-express)
Express server implementation for Pii Application
## Documentation
* [Quick Start](https://github.com/adrielcodeco/pii-server-express/quick-start.html)
* [Examples](https://github.com/adrielcodeco/pii-server-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).