Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Backend

Sajidur Rahman edited this page Oct 20, 2023 · 3 revisions

This page will guide you through the express backend of Silicate.

Intro

The backend serves the API endpoints of the frontend project and also acts as the websocket server. Always request here for external resources such as databases and other.

Conventions

For the API endpoints, we follow the REST API guidelines.

Clone this wiki locally