summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-09 13:20:16 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-09 13:20:16 +0100
commitfe9e5a9e473c83049830bccc604c7a554d3f774b (patch)
tree50e33e88adeb717cc909887dd4713dd55cd92378
parent:arrow_up: bump lambert-db to version 1.1.6 (diff)
parentUpdate README.md (diff)
downloadserver-fe9e5a9e473c83049830bccc604c7a554d3f774b.tar.xz
Merge branch 'master' of https://github.com/discord-open-source/discord-api
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md

index 4c4e6f69..835ad17e 100644 --- a/README.md +++ b/README.md
@@ -1,11 +1,11 @@ -# Discord Open Source API Server +# Fosscord API Server This repository contains the HTTP API Server ## Bug Tracker -[Project Board](https://github.com/discord-open-source/discord-server/projects/4) +[Project Board](https://github.com/fosscord/fosscord-server/projects/4) ## API -[Project Board](https://github.com/discord-open-source/discord-server/projects/2) +[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). @@ -22,7 +22,7 @@ and the other technologies we use ### Getting Started Clone the Repository: ```bash -git clone https://github.com/discord-open-source/discord-server +git clone https://github.com/fosscord/fosscord-server cd discord-server ``` #### Install (dev)dependencies: