This app is the React front end for a set of microservices. The purpose of this project is to demonstrate how to use a single frontend with a variety of different microservices.
This project was bootstrapped with Create React App.
To setup the microservices locally, in order to perform CRUD operations from the frontend, please clone the following repositories and start them with a simple docker compose command:
https://github.com/neelp1/pets-app
More to be added soon...
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.