An Online Social Media and Social Networking Service using Decentralised Timeline (Fake Twitter) developed in the course of Large Scale Distributed Systems by group T01G14.
Group members:
- Emanuel Trigo (up201605389@edu.fe.up.pt)
- Fábio Huang (up201806829@edu.fe.up.pt)
- Sara Pereira (up202204189@edu.fe.up.pt)
- Valentina Wu (up201907483@edu.fe.up.pt)
- NodeJS, see official website
- ReactJS, see official website
- GunJS, see official website
- npm, see official website
- nodejs, see official website
Using the Command Line, head inside the project directory, and install all the dependencies:
npm install
After installing the dependencies, using the Command Line initialize a relay peer, and run:
npm run relay
Open another Command Line, run:
npm start
On browse, open http://localhost:3000 to begin using the application.