Go to file
xrando ae1434990b readme update 2023-11-01 11:56:28 +08:00
safeshare Frontend fix 2023-11-01 07:53:51 +08:00
.gitignore Initial commit 2023-10-23 11:11:14 +08:00
README.md readme update 2023-11-01 11:56:28 +08:00
safeshare.http feature(Cache Storage): 2023-10-23 12:12:25 +08:00

README.md

Safe Share

Installation

# Clone the repository
python -m venv venv

## On linux
source venv/bin/activate

## On Windows
venv\Scripts\activate

cd safeshare
pip install -r requirements.txt

Usage

# Run backend using docker-compose
docker-compose up

Endpoints

  • /admin/ - Admin Panel
  • /api/ - API Root