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.
useEffect
anduseState
) - V6 of the
react-router-dom
Formik
(see https://formik.org/)- Custom component implemenation for the multi-select listbox
Yup
for schema validation (see https://github.com/jquense/yup)- Auth0 Authentication using
auth0-react
library and theuseAuth0
hook
- Requires
.env
file 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.