A simple tool for everyone to participate in brainstorms. Create a meeting and invite your team by sending them the link. Discuss your ideas with the comfort of anonymity.
- When you are brainstorming ideas with your team, this allows for everyone to get their ideas on the table. Thanks to the anonimity, it doesn't matter who submits it, the best idea should win.
- Fork & clone this repo.
- Run
npm install
- Run
sequelize db:create
- Run
sequelize db:migrate
- Sign up for your Google OAuth2.0 Credentials. (This takes about 5-10 min.)
- Run
touch .env
- Inside of your .env add the following lines and fill in your CLIENT_ID and CLIENT_SECRET_KEY:
CLIENT_SECRET_KEY="insert your info here"
CLIENT_ID="insert your info here"
- Run
node server.js
- Go to
localhost:3000
- Nice!