Database of Harry Potter Characters
- Download/Open/Clone repo to your computer
- Create
config.js
in root folder of project (see below) - Run
npm install
to install dependencies - Run
npm start
and navigate to localhost:3612 to view
module.exports = {
host : 'localhost',
user : 'student',
password: 'default',
database: 'student'
}