GithubHelp home page GithubHelp logo

healthiers's Introduction

healthiers Build Status

A unified and safely accessible home for your medical records. Sometimes soon.

installing

Currently installation is only possible for development. The things you'll need:

Once you downloaded and installed these, it's time to clone the repo

git clone https://github.com/healthiers/healthiers.git

Now change to the cloned directory

cd healthiers

You can see the most important directories of the project: client and graphql-server

It's time to install the NPM dependencies in the root folder and both client and graphql-server - note that on windows you might have to do these as separate commands, the && might not work.

npm install
cd client && npm install && cd ..
cd server && npm install && cd ..

Now everything should be properly installed, you can start and initialize your database.

Run this in the root folder:

npm run init-db

The app is ready to be run

npm run start-dev

This command will start 3 processes:

  1. The database (RethinkDB)
  2. Automatic watching and updating of the server
  3. Automatic watching and updating of the client

You can access the running application using

  1. http://localhost:3000 - (client)
  2. http://localhost:3000/explore - (gui for exploring the GraphQL API)
  3. http://localhost:3000/api - (the GraphQL API itself)

used technologies

overall

  • babel - to transform our ES6/2015/Whatever code to ES5
  • eslint - to ensure code quality and prevent code smell
  • jest - for running tests

server

  • express - for serving content
  • graphql - for creating easy to use endpoint for our data
  • jwt - for authentication (TODO this needs a lot of work to make it truly safe)

client

how can I help?

Since the project is in a very early phase, feel free to post any ideas or issues on the issues page or start working on one of the existing issues that is not assigned to anyone

healthiers's People

Contributors

bali182 avatar

Watchers

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