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: 26 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 (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