Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.
/ tuos Public archive

Offers free online tools and services for the public.

License

Notifications You must be signed in to change notification settings

skiddph/tuos

Repository files navigation

⚠️[DISCONTINUED]

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.

Tuos

Offers free online tools and services for the public.

Documentation

  • OpenAPI v3.0.3 specification: https://<host>/docs

How to use?

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

Structure

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

LICENSE

Apache-2.0@Jericho Aquino