Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.66 KB

README.md

File metadata and controls

52 lines (38 loc) · 2.66 KB

ThePew, know what your audiences want

PROJECT STATUS

Maintainability Maintenance

Version

DESCRIPTION

As a comprehensive audience analytics platform, THEPEW enables you to understand your employees, team members, prospects, and more. By analyzing audience responses and behavior over time, you can identify patterns and trends that provide insights into their needs, expectations, feature requests, and communication gaps.

THEPEW is designed to help businesses identify trends, analyze topic evolution over time, and track geographic locations using advanced data visualization tools. These reports can be shared with stakeholders and team members, empowering businesses to make data-driven decisions that improve overall performance.

Using openAI, THEPEW provides personalized recommendations that are tailored to each participant's individual interests. Whether it's valuable insights, informative articles, or self-improvement resources, THEPEW gives back to its participants in meaningful ways that help them grow and improve.

LICENSE

License

INSTALLATION

PREREQUISITES

  • ruby (version 3.2 with YJIT)
  • rails (version 7.0.4)
  • postgresql (version 14 or above)
  • mailcatcher
  • redis (version 6.2)
  • docker (used by postgres, redis and mailcatcher)

INSTALLING POSTGRES USING DOCKER

docker run -p 5432:5432 --name postgres-15.2-alpine -e POSTGRES_PASSWORD=mysecretpassword -d postgres:15.2-alpine

INSTALLING REDIS USING DOCKER

docker run -p 6379:6379 --name redis-6.2-alpine -d 6.2-alpine

INSTALLING MAILCATCHER USING DOCKER

docker run -p 1080:1080 -p 1025:1025 --name mailcatcher -d stpaquet/alpinemailcatcher

For more information you can read this medium post https://medium.com/@spaquet/mailcatcher-to-the-rescue-4ba438dc98c2

CREDITS

Shout out to the following projects:

Javascript:

RubyGems: