Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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