Skip to content

kizirkle/RemindRX

Repository files navigation

RemindRX

A course project that stores information about medication for users

Steps to run code:

  1. Type npm install in terminal
  2. Create a ".env" file with: MYSQL_HOST='127.0.0.1' MYSQL_USER='your user (probably root)' MYSQL_PASSWORD='your password' MYSQL_DATABASE='RemindRx'
  3. Open MySQL and create a connection
  4. Enter CREATE DATABASE RemindRx in MySQL
  5. Enter USE RemindRx in MySQL
  6. Copy and paste the code from remindrx.sql and run it in the MySQL Shell
  7. Type npm start in terminal to run code
  8. Go to http://localhost:8080/

https://remind-rx-807d225f49a6.herokuapp.com/

About

A medication hub that allows patients and doctors to view, report, and control prescriptions!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors