The postman API can be found in https://documenter.getpostman.com/view/15138632/TzJrDKXN#intro
If you wish to see the website, you can see it in https://cpsc-471-vaccination-project.herokuapp.com/
If you wish to run this website on your own, follow the following instructions.
Here are the required sofwares needed to be installed before you are able to run this site.
-
MySql community - https://dev.mysql.com/downloads/
-
Node Js - https://nodejs.org/en/download/
-
Run the TableCreation.sql file
-
Run the Procedures.sql file
-
Run the following script where 'password' is the password of your root user.
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
-
in the .env-example file, change the DB_PASSWORD to the password of your root user.
-
Rename the .env-example file to .env
-
Run 'npm install'
-
Run 'Nodemon' or 'node index.js'