An open API service indexing awesome lists of open source software.

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

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]