GithubHelp home page GithubHelp logo

katherdx / medical-appointment-scheduling-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sebastianhaas/medical-appointment-scheduling-server

0.0 1.0 0.0 387 KB

NodeJS-driven backend for medical-appointment-scheduling

Home Page: https://github.com/sebastianhaas/medical-appointment-scheduling

JavaScript 100.00%

medical-appointment-scheduling-server's Introduction

medical-appointment-scheduling-server

Greenkeeper badge Build Status Join the chat at https://gitter.im/sebastianhaas/medical-appointment-scheduling Dependency Status Node Security Platform

This is a backend for sebastianhaas/medical-appointment-scheduling built with loopback (express).

Features

Local setup

Clone this repository and run

$ npm install

with a postgres database set up according to the datasources.json config file running, start the server using

$ npm start

You might want to set up a dummy mail server for Email notification to work locally. Configuration can be found in datasources.json.

Browse to http://localhost:3000/explorer to take a look on the API using the explorer. Test data can be added using the respective endpoints:

# Start with:
post /Examinations/insertTestData
post /Patients/insertTestData
post /Rooms/insertTestData

# Afterwards:
post /appointments/generateRandomAppointments 

# And finally:
post /Attendances/generateRandomAttendances

Some of these endpoints have an optional locale parameter to generate test data appropriate for a specific locale (currently only de and en). Just use the API explorer to find out about it.

Demo application

The latest master of this repository is always published to Heroku. You can either use the API directly, browse the API explorer or take a look through the frontend.

Due to the limitations of Heroku's free dynos and database service, it might take a while for the application to load initially. Also, there is a 10k row limit for free databases. Sometimes you might have to wipe test data other users created before being able to add new content.

medical-appointment-scheduling-server's People

Contributors

greenkeeper[bot] avatar greenkeeperio-bot avatar sebastianhaas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.