A web application in which users can post testimonies of what God is doing in their lives in order to encourage others.
Run npm install
Create .env
file
Enter your API as REACT_APP_BASE_URL = 'https://yourApiAddressHere.com/api'
Run npm start
App will open in the browser at http://localhost:3000