Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

astralservices/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astral API

Important

This code has been publicly released and archived. You may use it in accordance with the License. Support will not be provided.

Getting Started

Note

Ensure Git and Go are installed.

Clone the repository

git clone https://github.com/astralservices/api.git

Rename / Copy the example environment file, then fill out the variables in the file

mv example.env .env.local

Download the Go modules

go mod download

Start the bots server

go run .

Alternatively, use the VSCode launch configuration to have debugging enabled