Giter VIP home page Giter VIP logo

appointmentsscheduler's Introduction

Appointments Manager

This is an Appointments Manager web-app, written for Cedar, as a 4-5 hour coding project. It was constructed as two disjoint parts โ€“ a NodeJS server (located in ./server), and an Angular/Typescript client (located in ./appointments-client).

Screen Shot of Web App

Getting Started

Prerequisites

This is a Node.JS/Angular app, using MongoDB. In order to run them, you should have NodeJs/NPM installed, as well as a local MongoDB instance running.

Installing

Navigate to the server directory, and run

npm install

After that, run

npm start

To start the server.

To start the client, navigate to the appointments-client directory, and run

npm install

Following that, run

ng serve

and go to http://localhost:4200 to access the application.

Running the tests

Both the server and client have tests. In both of their directories, run

npm test

to run the test suite.

Built With

Authors

License

This project is licensed under the MIT License.

Assumptions

To construct the app within the time-frame provided, I made a few assumptions.

  • We would be constructing a web-app, rather than a native application
  • The web-app would be focused for a receptionist, and as such, it didn't have to deal with authentication, or heavy usage. Similarly, it would also be able to operate for now with a local database.
  • As was discussed during my systems interview, the patient and doctor information would be imported directly into the database, so there was no need to allow for adding doctor/patient data.
  • The MVP was to display and add appointments, with editing/deleting appointments as a further step.

Next Steps

There are many ways to improve upon this app (see the TODO notes scattered throughout the files), but some next steps I would take are:

  • Rounding out the test coverage, to ensure that it is tested much more rigorously
  • Enabling editing and deletion of appointments
  • Give clearer/more thorough error handling throughout
  • Enable a portal for adding doctor or patient entries.
  • Create a login and authentication, to ensure that proper users are accessing what they are supposed to.
  • Using Swagger to generate API documentation, to enable ease of further development.

appointmentsscheduler's People

Contributors

dfreilich avatar

Stargazers

 avatar

Watchers

 avatar  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.