spacebarchat merged with old fosscord client test

@Flam3rboy Flam3rboy authored on 24 May 2021
.github add opencollective 5 years ago
.vscode :art: [Route] templates refactor 5 years ago
__tests__/routes/ auth :white_check_mark: setup jest environment 5 years ago
assets :sparkles: Reactions 5 years ago
client_test :sparkles: use new config 5 years ago
locales Added Indonesian translations 5 years ago
scripts Scripts: Generator should use necessary instead of required 5 years ago
src :bug: fix route loading 5 years ago
.env.example :sparkles: use new config 5 years ago
.gitignore Scripts: Be able to generate config 5 years ago
.npmignore prepare npm publish 5 years ago
.prettierrc Some refactor, fix channel_delete event and @everyone role appearing on member roles 5 years ago
Dockerfile Undo mistake in Dockerfile 5 years ago
LICENSE :page_facing_up: GPL V3 license 5 years ago
README.md add opencollective 5 years ago
crowdin.yml Update Crowdin configuration file 5 years ago
jest.config.ts :white_check_mark: setup jest environment 5 years ago
jsconfig.json :bug: remove relative @paths 5 years ago
package-lock.json npm i @fosscord/server-util@1.3.2 5 years ago
package.json npm i @fosscord/server-util@1.3.2 5 years ago
tsconfig.json :art: refactor/format 5 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-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