Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 762 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 762 Bytes

Patient directory

Build Status

Screen 1: A patient entry screen with fields like firstname, lastname, age, dob, gender (dropdown), phone, free text information. Submit button validates and puts the information in the database.

Screen 2: A patient directory which shows a list of patients, with local search functionality based on patient name.

The app has been built using javascript, bootstrap, jQuery. Backend has been written in Express.js and Node.js. Pug is used for HTML templates and SASS for CSS. Tests are written using avajs and supertest frameworks.