Mitman is a #DevCHack project which seeks to help developers manage meetups. It will help organisers of such meetups seamlessly obtain data and analytics and also incentivise attendees to engage before, during and after the meetup.
To run Mitman locally
-
Clone repo
git clone git@github.com:developercirclesaccra/mitman.git
-
Install dependencies
npm install
-
Set environment variables As obtained from your Facebook app, set both VERIFICATION_TOKEN and PAGE_ACCESS_TOKEN in a .env file in the root of the project.
-
Launch server
npm start
-
Serve app over a tunnel (https) Use a tunneling tool like Ngrok or LocalTunnel to serve your app and set webhook address and verification token on Facebook app.