summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-14 15:01:53 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-14 15:01:53 +0200
commit6ac4067c39cdcae1cef1718273aaa8796460ffd9 (patch)
tree753cb7c53c914f33e989849753d1ef97767603f6 /README.md
parent:bug: fix message schema (diff)
parent:sparkles: add npm i fosscord-server-util to postinstall (diff)
downloadserver-6ac4067c39cdcae1cef1718273aaa8796460ffd9.tar.xz
Merge branch 'master' of https://github.com/discord-open-source/discord-api
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md

index 835ad17e..bf8eed09 100644 --- a/README.md +++ b/README.md
@@ -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: