Skip to content

atwalg2/Nodepad--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edmonton Public Library Ticketing System

Group Members for Team Nodepad--:

Requirements:

This web applications was built to run best with the following tools:

Installation by Command Line

  1. Clone the repository with
    git clone https://github.com/macewanCS/Nodepad--
  2. Navigate into the root of the repository
  3. Install all dependencies using
    npm install
  4. Install MySQL and create a user named temp with the command
    CREATE USER 'temp'@'localhost' IDENTIFIED BY '1234';
  5. Give that user permissions with the command
    GRANT ALL PRIVILEGES ON * . * TO 'temp'@'localhost';
  6. Initialize the database with
    node src/scripts/create_database.js
  7. Launch the application using
    node src/main.js
  8. The web application should now run at
    localhost:8080
  9. Login using one of the user accounts listed below

Seeded Users

Account Type Username Password Branch
Library User jack 1234 Mill Woods
Library User brett 1234 Mill Woods
Library User jordan 1234 Calder
Library User sunny 1234 Grant MacEwan LM
IT User cam 1234 IT
HR User max package HR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published