Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 607 Bytes

File metadata and controls

18 lines (16 loc) · 607 Bytes

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/