Skip to content

Oiman23/SJCS-Clinic

Repository files navigation

SJCS-Clinic Full Stack Development Project

Project Details

Course:

   CS 157A Intro to Database Management Systems

Contributors:

   Joshua (Oiman23), and Jerry (Jareuu)

Project Goal:

   Create a web-application that utilizes a database

Description:

   SJCS-Clinic is a simulated hospital website mimicing some basic functions necessary for a real hospital. Any name, place, information, or data used in this project is all fabricated and fictional for the educational purposes of setting up a fullstack project that utilizes MYSQL.

Setup

  1. Download/ Clone repository
  2. Requires MySQL Workbench
  • Create connection and have these settings: host = 'localhost', user = 'root', password = 'password'
  • Create a schema called 'sjcs clinic'
  • run SJCSHOSPITALDatabase.sql on the schema
  1. Requires Node.js:
  • Open command prompt and go to the directory Client (cd) and enter 'npm install'
  • Go to the Server directory in command prompt and also do an 'npm install'
  1. Go back to the Client directory and do 'npm start run' then, on a new tab of the command prompt (so there is now two running) go to the Server directory and tpye in 'node index.js'

Division Of Work

ER Diagram, Relational Model, MySQL Database code: Joshua and Jerry
MedicalStaffInfo: Joshua
PatientStaffInfo: Jerry
Signup: Jerry
Login: Jerry and Joshua
Client Index: Jerry and Joshua
Server Index: Joshua and Jerry

About

For CS157A Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published