Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 500 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 500 Bytes

Rust wordle api

This is a simple rest api for wordle projects. Make in rust with rocket as the framework. Every day at midnight it will pick a random word from the words.txt file.

Run Locally

Clone the project

  git clone https://github.com/Dog2657/Rust-Wordle-Api

Go to the project directory

  cd my-project

Start the docker compose

  docker-compose up

How to add new words

  1. Goto: /app/words.txt
  2. Type the word on a new line