Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 318 Bytes

situation-flask

Flask application for demo of Situation game

Installation

  • Install Python virtual environment with 3.10.0 (e.g. using PyEnv)
  • pip install -r requirements.txt

Usage

  • make sure you have a mongodb instance running on localhost:27017
  • flask run