Backend code of https://rtapp-verify-backend.recaptime.autocode.gg as deployed to Autocode through GitLab CI.
Go to file
Andrei Jiroh Halili 0909e2fd10 Trigger CI deploy for testing 2022-04-21 08:43:23 +00:00
.gitlab/ci Add GitLab CI config 2022-04-21 08:38:02 +00:00
.vscode Update REAMDE and Gitpod config 2022-04-21 08:37:53 +00:00
functions Load up stuff from Autocode 2022-04-21 06:49:16 +00:00
lib Update REAMDE and Gitpod config 2022-04-21 08:37:53 +00:00
readme Update REAMDE and Gitpod config 2022-04-21 08:37:53 +00:00
tests/cases Load up stuff from Autocode 2022-04-21 06:49:16 +00:00
www Load up stuff from Autocode 2022-04-21 06:49:16 +00:00
.gitignore Load up stuff from Autocode 2022-04-21 06:49:16 +00:00
.gitpod.Dockerfile Initial commit for GitLab mirror 2022-04-21 05:18:54 +00:00
.gitpod.yml Update REAMDE and Gitpod config 2022-04-21 08:37:53 +00:00
.trigger-build Trigger CI deploy for testing 2022-04-21 08:43:23 +00:00
LICENSE Add LICENSE in order to be freely available to fork 2022-04-21 06:53:11 +00:00
README.md Update REAMDE and Gitpod config 2022-04-21 08:37:53 +00:00
package-lock.json Add scripts and update dependencies 2022-04-21 07:48:53 +00:00
package.json Update REAMDE and Gitpod config 2022-04-21 08:37:53 +00:00
payloads.json Load up stuff from Autocode 2022-04-21 06:49:16 +00:00
stdlib.json Load up stuff from Autocode 2022-04-21 06:49:16 +00:00

README.md

Verification Endpoint API backend

Open in gitpod

This is our source code for the Verification Endpoint API handler and Discord bot running on Autocode, usually synchorized every hour through GitLab CI.

API calls from verify.rtapp.<tk|io> domain will be trnsparently redirected to the production release at rtapp-verify-backend.recaptime.autocode.gg.

Development

Requires Node.js 14+ and Autocode CLI if you want to do local development or even deployment to development/production environments on Autocode.

Setup

  1. npm install
  2. npm start to run an local FunctionScript gateway with hot reload included.
  3. curl -i http://localhost:8170/recaptime/rtapp-verify-backend/ping

Getting help

  • Main project repo (GitHub mirror is available through we use issue forms) - all the verification metadata are being stored publicly, through some private data are held in an MongoDB database instead.

Credits