spacebarchat merged with old fosscord client test
| .expo | 5 years ago | ||
| .github/ ISSUE_TEMPLATE | 5 years ago | ||
| .vscode | 5 years ago | ||
| __tests__/routes/ auth | 5 years ago | ||
| assets | 5 years ago | ||
| client_test | 5 years ago | ||
| locales | 5 years ago | ||
| patches | 5 years ago | ||
| src | 5 years ago | ||
| .DS_Store | 5 years ago | ||
| .gitignore | 5 years ago | ||
| .prettierrc | 5 years ago | ||
| LICENSE | 5 years ago | ||
| README.md | 5 years ago | ||
| jest.config.ts | 5 years ago | ||
| jsconfig.json | 5 years ago | ||
| package-lock.json | 5 years ago | ||
| package.json | 5 years ago | ||
| tsconfig.json | 5 years ago | ||
This repository contains the 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-api cd discord-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