Skip to content

RAPrograms/Rust-Wordle-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/RAPrograms/Rust-Wordle-Api.git

Go to the project directory

  cd Rust-Wordle-Api

Start the docker compose

  docker-compose up

Open a browser and go to

GET http://localhost:8080

How to add new words

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

About

This is a rust made wordle REST api build using Rocket

Topics

Resources

License

Stars

Watchers

Forks

Contributors