Open source online booking system
Meetsy is an open-source alternative to Calendly, designed to facilitate the scheduling of meetings with friends or colleagues by allowing users to select their available time slots for booking. The platform offers a user-friendly interface and is built on Next.js for the frontend and Django Rest Framework for the backend.
To set up Meetsy, follow these steps:
$ git clone https://github.com/meetsy/backend.git
$ cd backend
$ pip install -r requirements.txt
$ python manage.py runserver
$ git clone https://github.com/meetsy/frontend.git
$ cd frontend
$ npm install
$ npm run dev
Meetsy is a versatile open-source scheduling tool that simplifies the process of setting up meetings by allowing users to specify their availability. With a user-friendly interface, Next.js frontend, and Django Rest Framework backend, Meetsy offers a robust and customizable solution for efficient meeting scheduling.