Giter Site home page Giter Site logo

basics-for-health's Introduction

Basics for Health

Index Description
High Level Architecture High level overview illustrating component interactions
Deployment How to deploy the project
User Guide The working solution
Files/Directories Important files/directories in the project
Changelog Any changes post publish
Credits Meet the team behind the solution
License License details

High Level Architecture

The following architecture diagram illustrates the various AWS components utliized to deliver the solution. For an explanation of the stack, refer to the Architecture Deep Dive.

Alt text

Deployment Guide

To deploy this solution, please follow the steps laid out in the Deployment Guide.

User Guide

For instructions on how to navigate the web app interface, refer to the Web App User Guide.

Files And Directories

.
├── amplify
├── docs/
│   ├── images/
│   ├── ArchitectureDeepDive.md
│   ├── DeploymentGuide.md
│   └── UserGuide.md
├── node_modules
├── public
├── src/
│   ├── components/
│   │   ├── navbar.js
│   │   └── sidebar.js
│   ├── graphql/
│   ├── pages/
│   │   ├── admin.js
│   │   ├── form.js
│   │   └── upload.js
│   ├── adminStatus.js
│   ├── App.css
│   ├── App.js
│   ├── aws-exports.js
│   ├── index.css
│   ├── index.js
│   ├── reportWebVitals.js
│   └── setupTests.js
├── .gitignore
├── .graphqlconfig.yml
├── .amplify.yml
├── b4h-questionnaire.json
├── cfn-amplifyRole.yaml
├── package-lock.json
├── package.json
└── README.md
  1. /docs: Contains all relevant documentation files
  2. /public: Contains library for rendering the forms
  3. /src: Contains all the source code for the website
    1. /components: Reusable React components
      • navbar.js: App bar for the application
      • sidebar.js: Menu to help users navigate between pages
    2. /graphql: Contains files for mutations, queries and the schema
    3. /pages: Files for each individual page of the app
    4. /adminStatus.js: File for checking if the user is an admin
  4. /b4h-questionnaire.json: File containing a FHIR Questionnaire resource

Changelog

N/A

Credits

This application was architected and developed by Eric Liu with guidance from the UBC CIC technical and project management teams.

License

This project is distributed under the MIT License.

basics-for-health's People

Contributors

eliuhub avatar ericliuubc avatar dependabot[bot] avatar

Stargazers

Vishnu Ravi avatar

Watchers

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