blink/backend/apis
xfarrow 4cd0772dd7 updated activationlink method. Now it is GET 2024-03-04 12:26:06 +01:00
..
nodejs updated activationlink method. Now it is GET 2024-03-04 12:26:06 +01:00
BlinkApiUsageExample.json update 2024-02-29 15:10:57 +01:00
README.md Update README.md 2024-02-29 16:03:28 +00:00

README.md

APIs

Programming language

The Blink APIs are currently written in NodeJS only.

Prerequisites

  • PostgreSQL;
  • NodeJS.

Deploying

In order to deploy the Blink APIs, follow these steps:

  • Configure the .env file in ./nodejs/src/.
  • Run node ./nodejs/src/app.js

Testing the APIs

You can test the APIs in two ways:

  • Open BlinkApiUsageExample.json with Insomnia or Bruno in order to have the collection of APIs already configured and ready to be seen in action;
  • Run npm test in ./nodejs to run a suite of automated tests.