Skip to content

SamKelsey/wordzle-backend

Repository files navigation

wordzle-backend

A simple mock of 'definitely not Wordle'.

This repo contains only the backend. To run the full app, follow the quickstart below.

game screenshot

Quickstart

  1. Clone the frontend repo so both the front and backend repo's are in the same directory. (Eg. /home/wordle/backend and /home/wordle/frontend).
  2. Ensure spring.redis.host=redis in the application.yaml of the backend repo.
  3. Simply, run docker-compose up on the backend docker-compose file and visit Port 5000 🎉

Have fun!

Project Architecture

Find below a simple diagram outlining the basic architecture of this project.

architecture diagram

About

Backend of a 'definitely not Wordle' mock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published