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.