Skip to content

adrielcodeco/pii-server-express

Repository files navigation

Express server implementation for Pii Application

Documentation

Examples

Here is a simple example to get you started:

index.ts

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

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

License

This project is MIT licensed.