This project was bootstrapped with Create React App.
This sample React app demonstrates basic CRUD on a Full Stack React / NodeJS (NestJs) Application with MySQL database.
Demonstrates use of the following features:
- React Hooks (e.g.
useEffectanduseState) - V6 of the
react-router-dom Formik(see https://formik.org/)- Custom component implemenation for the multi-select listbox
Yupfor schema validation (see https://github.com/jquense/yup)- Auth0 Authentication using
auth0-reactlibrary and theuseAuth0hook
- Requires
.envfile and settings - Depends on the backend service (see https://github.com/ttemple06/nestjs-server)
Screen.Recording.2023-03-05.at.8.54.10.PM.mov
Runs the app in the development mode.
Open http://localhost:3001 to view it in your browser.