cal.com | Scheduling infrastructure for absolutely everyone

 by   calcom TypeScript Version: v3.0.0 License: Non-SPDX

kandi X-RAY | cal.com Summary

kandi X-RAY | cal.com Summary

cal.com is a TypeScript library. cal.com has no bugs, it has no vulnerabilities and it has medium support. However cal.com has a Non-SPDX License. You can download it from GitHub.

Scheduling infrastructure for absolutely everyone.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cal.com has a medium active ecosystem.
              It has 20677 star(s) with 3083 fork(s). There are 130 watchers for this library.
              There were 10 major release(s) in the last 12 months.
              There are 646 open issues and 3217 have been closed. On average issues are closed in 53 days. There are 105 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of cal.com is v3.0.0

            kandi-Quality Quality

              cal.com has no bugs reported.

            kandi-Security Security

              cal.com has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cal.com has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              cal.com releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cal.com
            Get all kandi verified functions for this library.

            cal.com Key Features

            No Key Features are available at this moment for cal.com.

            cal.com Examples and Code Snippets

            No Code Snippets are available at this moment for cal.com.

            Community Discussions

            No Community Discussions are available at this moment for cal.com.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cal.com

            To get a local copy up and running, please follow these simple steps.
            Go to the project folder. Copy apps/web/.env.example to apps/web/.env. Install packages with yarn. Add NEXT_PUBLIC_DEBUG=1 anywhere in your apps/web/.env to get logging information for all the queries and mutations driven by trpc.
            Clone the repo git clone https://github.com/calcom/cal.com.git
            Go to the project folder cd cal.com
            Copy apps/web/.env.example to apps/web/.env cp apps/web/.env.example apps/web/.env cp packages/prisma/.env.example packages/prisma/.env
            Install packages with yarn yarn
            Configure environment variables in the .env file. Replace <user>, <pass>, <db-host>, <db-port> with their applicable values DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>' If you don't know how to configure the DATABASE_URL, then follow the steps here to create a quick DB using Heroku Create a free account with Heroku. Create a new app. In your new app, go to Overview and next to Installed add-ons, click Configure Add-ons. We need this to set up our database. Once you clicked on Configure Add-ons, click on Find more add-ons and search for postgres. One of the options will be Heroku Postgres - click on that option. Once the pop-up appears, click Submit Order Form - plan name should be Hobby Dev - Free. Once you completed the above steps, click on your newly created Heroku Postgres and go to its Settings. In Settings, copy your URI to your Cal.com .env file and replace the postgresql://<user>:<pass>@<db-host>:<db-port> with it. To view your DB, once you add new data in Prisma, you can use Heroku Data Explorer.
            Set a 32 character random string in your .env file for the CALENDSO_ENCRYPTION_KEY (You can use a command like openssl rand -base64 24 to generate one).
            Set up the database using the Prisma schema (found in apps/web/prisma/schema.prisma) yarn workspace @calcom/prisma db-deploy
            Run (in development mode) yarn dev
            Open Prisma Studio to look at or modify the database content: yarn db-studio
            Click on the User model to add a new user record.
            Fill out the fields email, username, password, and set metadata to empty {} (remembering to encrypt your password with BCrypt) and click Save 1 Record to create your first user. New users are set on a TRIAL plan by default. You might want to adjust this behavior to your needs in the apps/web/prisma/schema.prisma file.
            Open a browser to http://localhost:3000 and login with your just created, first user.

            Support

            Please see our contributing guide.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/calcom/cal.com.git

          • CLI

            gh repo clone calcom/cal.com

          • sshUrl

            git@github.com:calcom/cal.com.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link