- Bootstraped with react-create-app
- run
docker-compose up -d
to start docker container and access app athttp://localhost:3000
- run
home_finder_api
docker in order to access database
- clone down app code
- run
npm install
- run
npm start
to start app on port 3000 - open a browser and navigate to
http://localhost:3000
- query homes by their address via the search bar.
- ensure API app is running in order to see results.
- run
npm run test
in console to run tests