Skip to content

CS340 Final Project - Harry Potter Character Library

Notifications You must be signed in to change notification settings

tymc7/harry-potter-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS340 Final Project - Harry Potter Library

Description

Database of Harry Potter Characters

Setup

  1. Download/Open/Clone repo to your computer
  2. Create config.js in root folder of project (see below)
  3. Run npm install to install dependencies
  4. Run npm start and navigate to localhost:3612 to view

config.js setup

module.exports = {
  host  : 'localhost',
  user  : 'student',
  password: 'default',
  database: 'student'
}

About

CS340 Final Project - Harry Potter Character Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published