A course project that stores information about medication for users
Steps to run code:
- Type npm install in terminal
- Create a ".env" file with: MYSQL_HOST='127.0.0.1' MYSQL_USER='your user (probably root)' MYSQL_PASSWORD='your password' MYSQL_DATABASE='RemindRx'
- Open MySQL and create a connection
- Enter CREATE DATABASE RemindRx in MySQL
- Enter USE RemindRx in MySQL
- Copy and paste the code from remindrx.sql and run it in the MySQL Shell
- Type npm start in terminal to run code
- Go to http://localhost:8080/