This repository includes the backend (API) of the Connes authentication system.
This code runs on the Bun runtime. Make sure that Bun is installed in your device.
- Clone the repository to your device.
$ git clone https://github.com/ConnesLink/server.git
- Install the dependencies.
$ bun install
-
Edit the
.env
or the.env.example
file. -
Run the code.
$ bun run start
We currently don't have any Docker containers, but we plan on building and distributing some.
You can find pre-built executables in the releases page.
Warning
Make sure you download the executable built for your operating system.
This software is licensed under the Mozilla Public License Version 2.