Go to file
xrando 86955e8e40 initial readme
initial readme
2023-11-01 11:53:22 +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 initial readme 2023-11-01 11:53:22 +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
  • Additional Endpoints can be found in Routes.md