Zoo Keeper is a mock project for a zoo homepage and databse. The databse holds information about the Zoo's animals and zookeepers. This application is built with node.js and express. the databse information is stored in a json file.
This project requires node.js to be installed on your local machine. after cloning the repository, run 'npm install' and then 'npm start' to spin up the server and visit 'localhost:3001' to test your changes
This project is a good example of setting up a basic express server and a json file to serve to a front end.
UT Coding Bootcamp
MIT