Go/React App to ingest RSS Feed for app reviews
cd frontend
yarn start
cd backend
go run main.go
Create .env to connect to DB.
- Basic Setup (https://blog.logrocket.com/creating-a-web-server-with-golang/)
- [ISSUE] Attempted to do TDD...many files were written and deleted...
- [TODO] Connect XML helper to server route
- Render XML in JS (https://www.youtube.com/watch?v=KIP1sU8x1g0&ab_channel=MrX) [removed connection]
- Build out FE with React/TS skeleton
- [TODO] Implement state for new reviews
- [TODO] Connect to server (axios) and remove mockdata
- Created cluster on atlas and connected to server
- [BUG] Add all IP addresses to security on cluster
- [TODO] Store all XML and filter by date