spacebarchat merged with old fosscord client test

@Flam3rboy Flam3rboy authored on 12 Aug 2021
.github Make Docker Hub image tags a GH secret 5 years ago
.vscode :art: [Route] templates refactor 5 years ago
__tests__/routes/ auth :white_check_mark: setup jest environment 5 years ago
assets :pencil: features list 4 years ago
client_test :bug: fix cdn endpoint 4 years ago
locales New translations auth.json (Portuguese, Brazilian) 4 years ago
scripts Scripts: Generator should use necessary instead of required 5 years ago
src :bug: :sparkles: fix templates 4 years ago
.dockerignore :bug: docker file 5 years ago
.env.example :sparkles: use new config 5 years ago
.gitignore :sparkles: bundle exectuable 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 Merge canvas-fix into master 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 :bug: fix login undelete/undisable 4 years ago
package.json :bug: fix login undelete/undisable 4 years ago
tsconfig-docker.json Fix docker builds 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