| .. | |||
| .vscode | 4 years ago | ||
| assets | 4 years ago | ||
| client_test | 4 years ago | ||
| jest | 4 years ago | ||
| locales | 4 years ago | ||
| patches | 4 years ago | ||
| scripts | 4 years ago | ||
| src | 4 years ago | ||
| tests | 4 years ago | ||
| .dockerignore | 4 years ago | ||
| .env.example | 4 years ago | ||
| .gitignore | 4 years ago | ||
| .npmignore | 4 years ago | ||
| .prettierrc | 4 years ago | ||
| Dockerfile | 4 years ago | ||
| LICENSE | 4 years ago | ||
| README.md | 4 years ago | ||
| babel.config.js | 4 years ago | ||
| crowdin.yml | 4 years ago | ||
| package-lock.json | 4 years ago | ||
| package.json | 4 years ago | ||
| tsconfig.json | 4 years ago | ||
This repository contains the Fosscord HTTP API Server
We use express for the HTTP Server and lambert-server for route handling and body validation (customized).
You should be familiar with:
and the other technologies we use
Clone the Repository:
git clone https://github.com/fosscord/fosscord-server cd fosscord-server
npm install npm install --only=dev
npm start
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