SDLE Project for group T1G16.
Group members:
- André Gomes (up201806224@edu.fe.up.pt)
- Daniel Silva (up201806524@edu.fe.up.pt)
- Luís Marques (up201104354@edu.fe.up.pt)
- Rodrigo Reis (up201806534@edu.fe.up.pt)
Requirements (Both of the requirements can be obtained via nvm
):
- npm v8.1.2
- Node v16.13.1
After this, clone the project and run npm install
on the root folder to download the dependencies. Once that is finished, run npm start
and the app should be available in http://localhost:3000
and connected to a relay served hosted on heroku
.
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Gun Stores its data in the browser Local Storage.
Run relay server with npm run server [port]
. The port is not necessary, defaulting to 8765 if not present.
Restart everything:
- Shutdown
npm start
's, then shutdown relay sessionStorage.clear(); localStorage.clear();
on peers- close peers browser windows
npm run serverclean
A demonstration is available here here