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: 7 months ago
JSON representation
A simple Dungeons & Dragons Flask App
- Host: GitHub
- URL: https://github.com/the-akira/flask-dungeons-and-dragons
- Owner: the-akira
- License: mit
- Created: 2019-11-30T00:34:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T22:59:32.000Z (over 2 years ago)
- Last Synced: 2025-01-18T18:45:47.485Z (9 months ago)
- Topics: dungeons-and-dragons, flask, flask-application, flask-sqlalchemy, herokuapp, requests, webapp
- Language: CSS
- Homepage:
- Size: 2.84 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flask Dungeons & Dragons
![]()
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
```