Skip to content

Add upvotes, likes, and reviews to any context ⭐️

License

Notifications You must be signed in to change notification settings

Neel-07/clickvote

 
 

Repository files navigation

Add upvotes, likes, and reviews to any context

Explore the docs »

Visit the website · Register to the cloud · Read the docs · Self-hosting quick start guide

Clickvote takes the hassle of building your own reaction components around your content.

  • Showing real-time updates of likes, upvotes, and reviews between clients.
  • Learn about your members through deep analytics.
  • Deal with an unlimited amount of clicks per second.

Requirements

Please make sure you have installed:
  • Redis
  • Mongodb

Quickstart

Clone the project, run:
npm run setup

It will ask you add your environment variables, in most cases you can just use the default option

To run the backend and frontend, run:

npm run web

To run the websockets and worker, run:

npm run upvotes

To modify the react component, run:

npm run dev:react-component

Add your react component to the user application

You can find examples of how to use the React component here:

https://github.com/clickvote/clickvote/tree/main/libs/react-component/src/lib/examples

image

STILL UNDER DEVELOPMENT




About

Add upvotes, likes, and reviews to any context ⭐️

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 88.0%
  • SCSS 6.9%
  • JavaScript 3.5%
  • Shell 1.5%
  • CSS 0.1%