https://github.com/doshareme/server
Fast, Reliable and Secure backend for DoShare Personal Cloud Clients
https://github.com/doshareme/server
cloud flask python python3 server
Last synced: 2 months ago
JSON representation
Fast, Reliable and Secure backend for DoShare Personal Cloud Clients
- Host: GitHub
- URL: https://github.com/doshareme/server
- Owner: doshareme
- License: agpl-3.0
- Created: 2024-10-18T10:22:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T06:45:04.000Z (7 months ago)
- Last Synced: 2025-02-01T14:23:31.266Z (4 months ago)
- Topics: cloud, flask, python, python3, server
- Language: Python
- Homepage: https://getcloud.doshare.me
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server
## Install Dependencies
- Install all requirements inside cloned git repo
```
pip install -r requirements.txt
```
- Rename env to .env## Run Server
In dev run server with
```
python backend.py
```
this will run server on either localhost:5000 or localhost:5500## Connect via Client
Follow the docs and change the server url in client
- [doshareme/desktop - Contribution.md](https://github.com/doshareme/desktop/blob/desktop/contribution.md)
- android [wip]