Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T14:33:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-23T08:17:49.511Z (2 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 ([email protected])
2. Inês Quarteu ([email protected])
3. Jéssica Nascimento ([email protected])
4. Rúben Almeida ([email protected])## 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