https://github.com/kiko-g/p2p-timeline
FEUP SDLE | P2P Decentralized Timeline (Twitter Clone) | 2021/22
https://github.com/kiko-g/p2p-timeline
decentralized kademlia p2p
Last synced: 26 days ago
JSON representation
FEUP SDLE | P2P Decentralized Timeline (Twitter Clone) | 2021/22
- Host: GitHub
- URL: https://github.com/kiko-g/p2p-timeline
- Owner: kiko-g
- License: mit
- Created: 2022-04-29T14:25:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T14:33:30.000Z (over 3 years ago)
- Last Synced: 2025-01-23T15:38:39.881Z (9 months ago)
- Topics: decentralized, kademlia, p2p
- Language: Python
- Homepage:
- Size: 12.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDLE Project
SDLE Project for group T4G13
Group members:
1. Francisco Goncalves (up20174790@edu.fe.up.pt)
2. Inês Quarteu (up201806279@edu.fe.up.pt)
3. Jéssica Nascimento (up201806723@edu.fe.up.pt)
4. Rúben Almeida (up201704618@edu.fe.up.pt)
## Execution
```sh
cd your/path/to/proj2
cd src/frontend
npm run start
npm run auth
npm run backend
```
## Credentials
| Username | Password |
| :-------: | :--------: |
| `afonso` | `abcd1234` |
| `bruno` | `abcd1234` |
| `charlie` | `abcd1234` |
| `david` | `abcd1234` |
| `elias` | `abcd1234` |
| `kiko` | `abcd1234` |
| `ruben` | `abcd1234` |
| `ines` | `abcd1234` |
| `jessica` | `abcd1234` |
## Stack
- ReactJS
- TailwindCSS
- Flask
- Python
- Kademlia