A text storage server for you and all your friends
Made with Flask and HTML5, CSS, JS.
# 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
python3 app.py
Made by prydt and NitroGuy10
GPL3 Licensed