Skip to content

ktmellow/visionTherapy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vision Therapy Online App

Description

We had a dream of providing high-quality, cost-effective vision therapy that any patient could access at home. A group of web developers with a background in vision founded Vision Therapy Online like last week. More than 3 days later, we offer world-class products and services that connect patients with their eyecare professionals, as well as extend access to quality healthcare.

Technologies Used

postgressql

react

js

jquery

jade

nodejs

passport

knex

mocha

Application Setup

To run the app:

  1. Install npm dependencies and create the psql database:
npm install
createdb project2_app
  1. Create a .env file with a random cookie secret:
echo SECRET=$(node -e "require('crypto').randomBytes(48, function(ex, buf) { console.log(buf.toString('hex')) });") >> .env
  1. Run the knex migrations and seeds
knex migrate:latest
knex seed:run
  1. Start the app:
nodemon

To run the tests:

  1. create test db:
createdb project2_app_test
npm test

The app is hosted on port 3000: http://localhost:3000/

About

Digitizing the vision therapy experience -- no more lazy eye.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • HTML 23.0%
  • CSS 6.2%