Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-akira/flask-dungeons-and-dragons

A simple Dungeons & Dragons Flask App
https://github.com/the-akira/flask-dungeons-and-dragons

dungeons-and-dragons flask flask-application flask-sqlalchemy herokuapp requests webapp

Last synced: about 2 months ago
JSON representation

A simple Dungeons & Dragons Flask App

Awesome Lists containing this project

README

        

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
```