Agent Component
INSTRUCTIONS TO RUN
- 'npm install' on root dirctory of this repo
- 'npm run dev-pack' to bundle all assets to serve on html
- update database connection information in dbConfiguration.js 3.5) log into your mysql (mysql -u root -p), and create the database 'agents' by copying the text from schema.sql into the mysql cmd line OR run mysql -u root -p > 'path to schema.sql file' in the terminal
- 'npm run faker' to seed fake data into mysql
- 'npm run start' to start server
- localhost:8081 is server to copy into browser, but localhost:8081/'houseId' where houseID is a number between 1-100 must be used in order to see listed agent data