Need recommendation for my new webapp

Hello guys !I need help on a project I am currently undertaking. I aim to develop a simple website that allows users to book appointments using a date picker. The booking results should be sent via email to both the user and the website administrator. I would appreciate your recommendations on any additional requirements or technologies that would be beneficial for this project.
4 Replies
vagge_b
vagge_b4w ago
Pretty sure this will help you: https://cal.com/
Cal.com | Open Scheduling Infrastructure
Open Source Scheduling: Send a link and meet or build an entire marketplace for humans to connect
vagge_b
vagge_b4w ago
Additionally, https://brevo.com may be usefull for sending custom emails through a backend https://developers.brevo.com/reference/sendtransacemail
Brevo API
Send a transactional email
Code Examples You can use as reference the code below to implement this call in your preferred language. Check all our official API clients here const brevo = require('@getbrevo/brevo'); let defaultClient = brevo.ApiClient.instance; let apiKey = defaultClient.authentications['api-key']; apiKey.apiKe...
vagge_b
vagge_b4w ago
Lastly, https://fullcalendar.io/ might be useful to view saved calendar dates / any other time info that you want to visualize
13eck
13eck4w ago
Please use the #discussions channel for non-code specific quesitons.
Want results from more Discord servers?
Add your server