This is the frontend for the backoffice service that will be provided to the client!
This application was created with the template from npx create-react-app
See package.json file
Screen Is the view classes of the frontend and will be the classes that deals with information given to the user!
Model Is the model classes that communicate with the api's of the backend operation!
This application communicate with the backOffice-backend and Auth api.
See test badge and test page on wiki!
If you wish to run the application on the localhost, clone the repository and run
npm install
npm start