Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 908 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 908 Bytes

Mitman

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

  1. Clone repo git clone [email protected]:developercirclesaccra/mitman.git

  2. Install dependencies npm install

  3. 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.

  4. Launch server npm start

  5. 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.