SkillAgentSearch skills...

Server

GraphQL server backend. Mixes microsub and micropub into one easy to use package

Install / Use

/learn @alltogethernow/Server
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Together Server

This is a work in progress GraphQL server that aims to bridge MicroSub and MicroPub clients to make it easier to develop multi device clients using modern technologies

Setup

To run this server you first need a MongoDB server running to persist user data.

Then create a .env file (or environment variables) with the following variables set:

URL=http://localhost:3000/
MONGO=http://mongodb.url
AUTH_SECRET=authsecret
JWT_SECRET=supersecretjwtsecret

The URL variable is the frontend url. It is used for the client id options and the auth redirect url.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Sep 10, 2024

No findings