Skip to content

Node.js

João Augusto edited this page Jun 20, 2021 · 1 revision

Real-time Server

Provide details about how your real-time server runs.

We use the Socket to sync all real-time changes in our app.

Express

We use Express for writing our backend APIs. For a guide on getting started with Express, check out this documentation.

MongoDB

We use MongoDB for our database. For a guide on getting started with MongoDB, check out this documentation.

Test

Use jest to test in React frontend

Clone this wiki locally