Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 962 Bytes

File metadata and controls

33 lines (26 loc) · 962 Bytes

Connes Backend

This repository includes the backend (API) of the Connes authentication system.

Setup

This code runs on the Bun runtime. Make sure that Bun is installed in your device.

Installing manually

  1. Clone the repository to your device.
$ git clone https://github.com/ConnesLink/server.git
  1. Install the dependencies.
$ bun install
  1. Edit the .env or the .env.example file.

  2. Run the code.

$ bun run start

Installing with Docker

We currently don't have any Docker containers, but we plan on building and distributing some.

Running with executables

You can find pre-built executables in the releases page.

Warning

Make sure you download the executable built for your operating system.

License

This software is licensed under the Mozilla Public License Version 2.