Skip to content

Latest commit

 

History

History

docs

Project

Vision

What the project should accomplish

Helping all coffee drinkers in Albuquerque find the perfect coffee experience.

Why the project is valuable

We're putting the coffee drinker first. Google Reviews and Yelp tend to require too much digging through rando internet people comments to interpret . Cohort Coffee Project will help coffee users easily find the experience they're looking for.

Tools

  • Personas to make user-centric design decisions.
  • Conceptual Model and Entity Relationship Diagram to design our database.
  • Mockups to plan the user experience.
  • Insomnia file to perform end-to-end REST testing with Insomnia.
    • Note: Once you've imported the endpoints into Insomnia, add this to your environment configuration (without comments):
      {
          "base_url": "http://localhost:8080/apis", // Replace localhost with your container's IP or domain
          "auth_token": "eyJhbGciOiJIU8..." // The authorization token received in response to the sign-in endpoint
      }