Skip to content

swastik-akhil/Sehat-Samvad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sehat-Samvad 🩹

To see frontend part also (currently in development) switch to frontend-integration branch

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! 💻

Author

@swastik-akhil

Documentation

Explore detailed documentation here.

Getting Started

To run this project locally, follow these steps (currently in development phase):

  1. Clone the project (dev branch):

    git clone -b dev https://github.com/swastik-akhil/Sehat-Samvad.git
  2. Install dependencies:

    npm install
  3. Start the server:

    npm run dev

Tech Stack

  • Server: Node, Express
  • Database: MongoDB

Environment Variables

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!