Go to file
xrando 2371fe4b42 readme update 2023-11-01 12:00:36 +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 12:00:36 +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 & frontend using docker-compose
docker-compose up

# Run backend using kubernetes
cd K8s
kubectl apply -f redis_deployment.yaml
kubectl apply -f backend_deployment.yaml
kubectl apply -f backend_service.yaml

# Run frontend locally
cd ../safeshare-frontend
npm install
npm start

Endpoints

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