Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anuj-thakur-513/cally

Repository files navigation

Cally

Backend of https://cally.anujthakur.dev

This is a very simple and basic alternate to cal.com. It lets you share your scheduler link with people and lets them send meeting requests to you. You'll be receiving an email on any new meeting request

Run Locally

Clone the project

  git clone https://github.com/anuj-thakur-513/cally

Go to the project directory

  cd cally

Install dependencies

  npm install
  • Update .env.sample to .env and add the required variables
  • Also connect to your PostgreSQL DB using prisma and add the required key files in the prisma directory

Start the server

  npm run start:dev

Contributing to Cally

  • Fork the repo
  • Create a new branch for your feature or bug fix
  • Make your changes
  • Commit your changes
  • Push your changes to your fork
  • Create a pull request

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published