Update README.md

This commit is contained in:
Flam3rboy 2021-04-06 19:44:32 +02:00 committed by GitHub
parent 5e24006472
commit 0fd0d7fbbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,9 @@
This repository contains the HTTP API Server This repository contains the HTTP API Server
## Bug Tracker ## Bug Tracker
[Project Board](https://github.com/fosscord/fosscord-server/projects/4) [Project Board](https://github.com/fosscord/fosscord-api/projects/2)
## API ## API
[Project Board](https://github.com/fosscord/fosscord-server/projects/2)
We use [express](https://expressjs.com/) for the HTTP Server and 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). [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/) - [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/) - [NodeJS](https://nodejs.org/)
- [TypeScript](https://www.typescriptlang.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 and the other technologies we use
### Getting Started ### Getting Started
Clone the Repository: Clone the Repository:
```bash ```bash
git clone https://github.com/fosscord/fosscord-server git clone https://github.com/fosscord/fosscord-api
cd discord-server cd discord-server
``` ```
#### Install (dev)dependencies: #### Install (dev)dependencies: