Skip to content

A busy hospital has a list of dates that a doctor is available to see patients. Their process is manual and error prone leading to overbooking. Solution to the hard time they had visualizing all of the available time for a doctor for specific dates.

Notifications You must be signed in to change notification settings

prateekro/DoctorAppointmentScheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luma Health Awesome

API Module for appointment scheduling

Steps to be followed in sequence to run:

Install dependencies npm install

Start database listener mongod

Start Project npm start

The application should start on localhost at port 3000

Steps to initiate test

Start test npm test


API Docs can be found here : https://documenter.getpostman.com/view/1318242/S11NMGhM


For importing it as a module
var lumaHealth = require('luma')
app.use('/api', lumaHealth)

About

A busy hospital has a list of dates that a doctor is available to see patients. Their process is manual and error prone leading to overbooking. Solution to the hard time they had visualizing all of the available time for a doctor for specific dates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%