mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
Merge branch 'master' of https://github.com/discord-open-source/discord-api
This commit is contained in:
commit
8200611c9d
@ -2,10 +2,9 @@
|
||||
This repository contains the HTTP API Server
|
||||
|
||||
## Bug Tracker
|
||||
[Project Board](https://github.com/fosscord/fosscord-server/projects/4)
|
||||
[Project Board](https://github.com/fosscord/fosscord-api/projects/2)
|
||||
|
||||
## API
|
||||
[Project Board](https://github.com/fosscord/fosscord-server/projects/2)
|
||||
|
||||
We use [express](https://expressjs.com/) for the HTTP Server and
|
||||
[lambert-server](https://www.npmjs.com/package/lambert-server) for route handling and body validation (customized).
|
||||
@ -15,14 +14,14 @@ You should be familiar with:
|
||||
- [Git](https://git-scm.com/)
|
||||
- [NodeJS](https://nodejs.org/)
|
||||
- [TypeScript](https://www.typescriptlang.org/)
|
||||
- [Lambert-DB](https://www.npmjs.com/package/lambert-db) (easy database abstraction wrapper)
|
||||
- [MongoDB/mongoose](http://mongoosejs.com/)
|
||||
|
||||
and the other technologies we use
|
||||
|
||||
### Getting Started
|
||||
Clone the Repository:
|
||||
```bash
|
||||
git clone https://github.com/fosscord/fosscord-server
|
||||
git clone https://github.com/fosscord/fosscord-api
|
||||
cd discord-server
|
||||
```
|
||||
#### Install (dev)dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user