liteb
v1.0.0-beta.1.3
Published
lite backend
Downloads
10
Readme
Liteb
Lite Backend for rest api
Install
npm install liteb
Progress
| Description | Status | | -------------- | ------ | | Routers | ✔ | | Enviroments | ✔ | | Swagger | ❌ | | File | ❌ | | Validation | ✔ | | Testing | ❌ | | Scheduler | ❌ | | Cookie Manager | ❌ | | Auth | ✔ | | Socket | ❌ | | Email | ❌ |
VARIABLES
| Variable | Optional | Description | | ----------- | -------- | --------------------------------------- | | PORT | 5000 | Port server | | DB_HOST | | Hostname: example; localhost, 127.0.0.1 | | DB_NAME | | Name database | | DB_PORT | 27017 | Port database | | DB_USERNAME | '' | Username database | | DB_PASSWORD | '' | Password database | | CORS_ORIGIN | | security layers. |