Merge remote-tracking branch 'origin/master'

This commit is contained in:
Devoalda 2023-11-01 11:58:36 +08:00
commit 4477cead37
1 changed files with 29 additions and 0 deletions

29
README.md Normal file
View File

@ -0,0 +1,29 @@
# Safe Share
## Installation
```bash
# 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
```bash
# Run backend using docker-compose
docker-compose up
```
## Endpoints
- `/admin/` - Admin Panel
- `/api/` - API Root