AtlasID is a complete solution including an API in NodeJS (AdonisJS) and a plugin (Synapse), allowing to manage players for SCP:SL servers.
🏠 Homepage
Important: since the project for which this resource was developed has been closed, I no longer actively maintain AtlasID. I am open to PR.
AtlasID requires a MySQL server and a Redis server to run properly.
The API
folder contains the source code of the the NodeJS server (AdonisJS).
The Synapse-Plugin
folder contains the source code of the plugin which allows to interact with the API.
To install the necessary dependencies:
yarn install
To build the API (for production):
yarn build
yarn start
To launch the API for development:
yarn dev
👤 Antt0n / Atlas
- Website: https://antoine-seguin.fr
- Github: @antt0n
This README was generated with ❤️ by readme-md-generator (modified slightly though).