UserDirectoryEXPRESS

#CREATE A USER DIRECTORY

Build an Express app using a given file of user data that works as a directory of users. You should use require to get the data from the data.js file.

https://tiy-learn-content.s3.amazonaws.com/36d3402e-data.js

The amount of info each user has varies. Users with no job or company data are currently looking for work.

Your directory should look like the following images. Your CSS should be in a file in the /public/ directory and be served through Express.