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
Clone the project
git clone https://github.com/anuj-thakur-513/callyGo to the project directory
cd callyInstall dependencies
npm install- Update
.env.sampleto.envand 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- 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