This application was created as part of my Human Factors module as Sheffield Hallam University. Please follow the steps below in order to run the application.
- Clone the repository.
- Paste your Auth0 credentials into a
.env.local
file. - Run
npm i
to install the dependencies. - In the
src/api/development
folder, create ausers.js
file and populate it with the structure found inusers.template.js
. Note: please replace 'email' with the email to your Auth0 account. - Run
npm start
to start the application.