Skip to content

Progressive Web App for exchanging files between different people

Notifications You must be signed in to change notification settings

Leminee/data-exchange-pwa

Repository files navigation

PWA

Progressive web app with which files can be exchanged between different people

Clone

git clone https://github.com/Leminee/data-exchange-pwa.git
cd pwa/src/public

Run

To Run the App:

node index.js

Test

http://localhost:3000/

Important: In order to use the program, a MYSQL server must be started on (default) port 3306 and the database <i>pwa.sql</i>, which can be found in the folder, must be imported.