https://github.com/andrewn6/p2p
A P2P Storage server written in python.
https://github.com/andrewn6/p2p
Last synced: about 1 month ago
JSON representation
A P2P Storage server written in python.
- Host: GitHub
- URL: https://github.com/andrewn6/p2p
- Owner: andrewn6
- Created: 2022-04-19T18:40:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T14:42:30.000Z (about 4 years ago)
- Last Synced: 2025-02-21T09:13:34.534Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Peer-To-Peer Storage Server
## Installation
**Clone the Repo**
```
git clone https://github.com/andddddrew/p2p.git
```
Cd into the directory
```
cd p2p
```
Install deps
```
./install_deps.sh
```
Start a node
```
python3 network/node.py
```
## Tests
We have a series of tests for this application.
You can run them with the following command:
```
./run_tests.sh
```
## Authors
- Andrew Nijmeh
- Necloremius