APIs: Spoonacular & Unwrangle (Sam's Club)
Frontend: ReactJS
Backend: NodeJS & ExpressJS
Database & OAuth: Firebase
Begin by installing all necessary dependencies in the Frontend
cd frontend
npm installIn the same terminal, build the files
npm run buildIn the same terminal, start the Frontend
npm startIn a new terminal, install all necessary dependencies in the Backend
cd backend
npm installIn the same terminal, start the Backend
node index