-
Clone the Redux backend and frontend repositories
Backend: https://github.com/ReduxISU/Redux
Frontend: https://github.com/ReduxISU/Redux_GUI
-
Install .NET version 6.0
-
Install node.js
-
Download npm packages via the following command
npm install next react react-dom -
Install other parts of npm (Inside Redux front-end directory)
npm install
-
Run backend (in Redux file structure) (may or may not need to run as admin):
dotnet run -
Run frontend (will need to run cmd as admin) (in Redux GUI file structure):
npm run dev -
Access webpage at the following link
-
Access Swagger API at the following link: