Skip to content

jrs-coding-school/fullstack-workshop-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patient Chart App

A sample app to practice full stack applications

Requirements

  • docker version 17+
  • node version 7.8+

Setup

If you do not have your couchdb2 database setup, you can set it up following these instructions.

First start your db server by running

mkdir data
npm install
npm run db

Open http://localhost:5984/_utils/#setup and select configure single db

In another terminal go to your project folder and run the following commands:

git clone https://github.com/twilson63/simulate-rx-db.git
cd simulate-rx-db
npm install
npm run createdb http://localhost:5984/simrx
cd ..

About

A Patient Chart Demo App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors