Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 687 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 687 Bytes

Flask Dungeons & Dragons

Python

A simple Dungeons & Dragons Flask App

Installation

Clone the Repository

git clone https://github.com/the-akira/Flask-Dungeons-and-Dragons.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Run the Application

python app.py