Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 428 Bytes

DeepSpeakApi

This is the backend codebase for the DeepSpeak messaging app. DeepSpeakApi is a REST API that manages rooms and messages passed between anonymous users within these rooms. Rooms are deleted automatically after a 24-hour period. Technologies used include:

  • TypeScript
  • Express.js
  • MongoDB
  • Jest (route testing)
  • REST API

DeepSpeak is the frontend for this project.