Skip to content

Fosscord API Server (selfhostable open source discord server)

License

Notifications You must be signed in to change notification settings

jhcpeixoto/fosscord-api

 
 

Repository files navigation

Fosscord HTTP API Server

This repository contains the Fosscord HTTP API Server

Bug Tracker

Project Board

API

We use express for the HTTP Server and lambert-server for route handling and body validation (customized).

Contribution

You should be familiar with:

and the other technologies we use

Getting Started

Clone the Repository:

git clone https://github.com/fosscord/fosscord-api
cd discord-server

Install (dev)dependencies:

npm install
npm install --only=dev

Starting:

npm start

Debugging:

Vscode: The Launch file configuration is in ./vscode/launch.json, so you can just debug the server by pressing F5 or the > Launch Server button

About

Fosscord API Server (selfhostable open source discord server)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 1.1%
  • HTML 1.1%
  • Other 0.3%