UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Like routes #63

Closed rparker2003 closed 5 months ago

rparker2003 commented 5 months ago

Description / Changes Made

How to Test

  1. _Comment out the @app.before_request line in the server.py file. We do not need to run the middleware function while testing our routes._
  2. Run the Firebase Emulator. We do not want to test on the database
  3. _Run the test_suite: python run_tests.py_

Screenshots

Checklist