Step into the universe of Sehat-Samvad, where our appointment scheduler goes beyond being an app—it's a savvy solution! 🚀 Crafted with the power of Node.js, Express, and MongoDB, it's your health companion in the digital world.
Your safety is our top priority 🔒. We've fortified it with robust password protection, ensuring patients, doctors, and admins are in secure hands. And here's the cool part—friendly emails 📧 keep you in the loop about sign-ups, password changes, and upcoming appointments 📅. It's like having your personal tech assistant! 🤖
We've kept things simple for everyone. Patients can effortlessly create appointments, and doctors can showcase their specializations. Admins wield special powers 👑, including the ability to delete, sort users, and update roles. Every user gets precisely what they need, with effortless logins, intuitive sorting, and a special touch for doctors with diverse skills 🩺.
This app is your appointment superhero, crafted with care for patients, doctors, and admins. ❤️ As you navigate through Sehat-Samvad, remember that every bit of it is customizable to suit your needs. Feel the health-tech magic! 🌟
Happy coding! 💻
Explore detailed documentation here.
To run this project locally, follow these steps (currently in development phase):
-
Clone the project (dev branch):
git clone -b dev https://github.com/swastik-akhil/Sehat-Samvad.git
-
Install dependencies:
npm install
-
Start the server:
npm run dev
- Server: Node, Express
- Database: MongoDB
To run this project, you need to add the following environment variables to your .env
file:
PORT
: Specify the port for the server.MONGODB_URL
: Provide the MongoDB connection URL.- and some more are required, which I'll be adding soon.
Feel free to customize and extend this backend for your specific needs.
Happy coding!