zoo-keepr is an application that can be used to write, save, and edit zoo animals. This application will use an Express.js back end and will save and retrieve note data from a JSON file. The application's front-end was provided, as the purpose of this project was to learn back-end technologies.
Excellent example of file organization.
You will need to install Node.js to run this application. When Node is installed, enter in your command line:
npm init -y
npm i express
npm start
When you're done with that, follow the link below to see zoo-keepr!