percord / api /
@AlTech98 AlTech98 authored on 4 Sep 2021
..
.vscode :sparkles: api 4 years ago
assets :arrow_up: update dependencies 4 years ago
client_test :loud_sound: opcode logger 4 years ago
jest added setup for jest tests 4 years ago
locales TR 4 years ago
patches :sparkles: generate open api schema based on body and db entities 4 years ago
scripts :bug: fix member roles + list 4 years ago
src Added /guilds/:id/voice-states apis 4 years ago
tests/ routes added /login unittest 4 years ago
.dockerignore :sparkles: api 4 years ago
.env.example :sparkles: api 4 years ago
.gitignore added db to gitignore 4 years ago
.npmignore :sparkles: api 4 years ago
.prettierrc :sparkles: api 4 years ago
Dockerfile :pencil: updated links to fosscord-server 4 years ago
LICENSE :sparkles: api 4 years ago
README.md :pencil: updated links to fosscord-server 4 years ago
crowdin.yml :sparkles: api 4 years ago
jsconfig.json :sparkles: api 4 years ago
package-lock.json :arrow_up: update mpath because of a security vulnerability 4 years ago
package.json :bug: fix patch-package 4 years ago
tsconfig-docker.json :sparkles: api 4 years ago
tsconfig.json :sparkles: api 4 years ago
README.md

Fosscord HTTP API Server

About

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-server
cd fosscord-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