Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 362 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 362 Bytes

Wordle Backend API Server

This is the backend for the wordle.rs frontend project. It handles user registration, game creation, and answer validation and stores all data in MongoDB. A MongoDB container can be spun up using make deploy-mongo.

This project uses the rocket framework and is entirely written in Rust.