btoone / buzzwordcrm

BuzzwordCRM is a sample application that demonstrates how to build applications using Calendly's v2 api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuzzwordCRM

BuzzwordCRM is a sample application that demonstrates how to build applications using Calendly's v2 api.

Running the app locally

  1. Register as a Calendly developer (if you haven't already) by logging into your Calendly account and completing this form (note: this app assumes that your redirect uri will be http://localhost:3000/oauth/callback). We’ll process your request within 1 day and email you when it’s time to complete the setup.

  2. Once you've received your Client ID and Client Secret you can then copy .env.example to .env and update the file's environment variables with your application's credentials. You can update the redirect URL in this file as well.

    cp .env.example .env
  3. Run npm install to install dependencies.

  4. Run npm run dev to start the application.

  5. Navigate to http://localhost:3000.

Tests

BuzzwordCRM is equipped with integration tests, built with Cypress. To run tests locally you can run npm run test, this starts a test server and then opens the Cypress runner.

About

BuzzwordCRM is a sample application that demonstrates how to build applications using Calendly's v2 api.

License:MIT License


Languages

Language:JavaScript 86.4%Language:CSS 10.1%Language:Handlebars 1.6%Language:Dockerfile 1.5%Language:Shell 0.4%