Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 450 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 450 Bytes

docbox

A text storage server for you and all your friends

Made with Flask and HTML5, CSS, JS.

Install

# Clone the repo
git clone https://github.com/woke-oats/docbox

# Create a virtual environment
python3 -m venv venv

# Install requirements
pip3 install -r requirements.txt

# Create the DB file
python3 create.py

How to Run

python3 app.py

Credits

Made by prydt and NitroGuy10

GPL3 Licensed