Skip to content

ShresthaRajat/mazer

Repository files navigation

Mazer

A simple and artistic maze generator!

license

Tagged Release

codecov

GitHubActions

Requirements

Docker, Dockercompose

Getting Started

Create a .env file with mongo key, flask secret key, and flask debug status

MONGO_MAZER_KEY="MONGO CONNECTION STRING"
SECRET_KEY="SECRET KEY"
DEBUG=True/False

Run

docker-compose up -d