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 install
In the same terminal, build the files
npm run build
In the same terminal, start the Frontend
npm start
In a new terminal, install all necessary dependencies in the Backend
cd backend
npm install
In the same terminal, start the Backend
node index