This project was bootstrapped with [Create React App]. It's a simple application mocking a delivery app, contains JWT authetication and protected routes with React Router V6. Data fetching is produced with RTK Query, contains forms build with Fromik and Yup validation.
For state persistence was use redux-persist library, UI components with Material UI library and css. Backend was build with node and express framework with local instance of mongodb database and mongoose
In the project directory:
Runs concurrently json-server and react app in development mode.
Open http://localhost:3000 to view it in your browser.
Enter the backend subdirectory and runs the backend node server in development mode.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner.
See the section about running tests for more information.