Skip to content

Backend API application for my Simple Wordle application

License

Notifications You must be signed in to change notification settings

bagaze/simple-wordle-backend

Repository files navigation

Simple Wordle - Backend

Backend API application for my Simple Wordle application.

Built using FastAPI

Demo application

A demo is accessible at https://bagaze-wordle-backend.herokuapp.com/docs

Build and run

To run locally:

Clone the repository and perform the following commands:

cp env-sample ./.env
poetry install
poetry run start

App is accessible at: http://localhost:8080 Doc is accessible at: http://localhost:8080/docs

Through Docker

Development

cp env-sample ./local-env
docker-compose build
docker-compose up

App is accessible at: http://localhost:9090 Doc is accessible at: http://localhost:9090/docs

About

Backend API application for my Simple Wordle application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages