This project is discontinued. The project will be revamped into another project and other programming language that we think will fit our current funds and development resources.
Offers free online tools and services for the public.
- OpenAPI v3.0.3 specification:
https://<host>/docs
Start server and client
yarn start # PRODUCTION
yarn dev # DEVELOPMENT
Start client only
# LOCATE WEB UI CLIENT DIRECTORY
cd clients/<webUI_client>
yarn start # PRODUCTION
yarn dev # DEVELOPMENT
PATH | DESCRIPTION |
---|---|
/bootstsrap | Preloaded plugins |
/clients | Web UI Clients |
/core | Core/Submodules directory for Dev |
/plugins | Plugins directory |
/index.js | Fastify plugin file |
/server.js | Server entry file |
/openapi.yaml | API docs |
Apache-2.0@Jericho Aquino