Update: WASP won first place overall ($500) and first place AI ($200) at Texas momentum hackathon!
User testing is singed upon as the "most important thing" for startups. Yet, it is rarely done because of the high costs and time associated with UXR. For example, Coinbase pays 30$ for a 10 minute UXR interview to 100s of people. Fast growing small startups can't afford to spend the money or the time to take user interviews all day.
Frontend:
cd dummy-frontend
npm install
npm run start
Backend:
cd python-backend
python3 flask-server.py
