Skip to content

ConnesLink/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The API for everything that happens with Connes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published