1 Usage
Allan Cueff edited this page 2022-12-27 20:04:48 +01:00

Installation

Running

  • Run with npm start in your terminal
  • Open localhost:8080 on your web browser

Operation

The main part of this project is the website in the public directory.

The index.js file in root directory is runned by Node JS and provides the API for user authentication using Express JS

Users data including activities, year totals and any images are not saved on the server. The only data cached by the server is user ID and associated refresh_token

Users data including activities, profile and year totals are saved in user browser localStorage. User token is saved in browser sessionStorage.