This project was created to be a starting point for a ReactJS/Typescript/MUI application that uses jwttoken for authorization. It works in concert with the NodeSQLite project which you'll also find here on GitHub.
USAGE:
- Download the app
- Edit the file config.ts so that the value of dbaseDBURL points to the correct IP address/port.
- Launch the backend (see the NodeSQLite project for details)
- Debug/run this app
- There are default users Admin/admin and User/user available to test with in the seed data of the backend.