https://github.com/rfabreu/zookeepr
https://github.com/rfabreu/zookeepr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rfabreu/zookeepr
- Owner: rfabreu
- Created: 2022-07-20T19:40:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T02:30:32.000Z (over 2 years ago)
- Last Synced: 2025-01-25T05:08:57.935Z (3 months ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZOOKEEPR
[](https://opensource.org/licenses/MIT)
## Description
ZOOKEEPR is a web application to assist zoos manage their facilities. Built with Node.JS using Express.JS. It enables Zoo management to catalog and filter all of its animals and zookeepers.
## Table of Contents
- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Feedback](#feedback)
## Installation
To install the app `clone` the repository, then `cd` into the repository's directory and run `npm i` or `npm install`.
## Usage
After a successful installation run `npm start` and access the app from the browser.
## License
This project is licensed under the MIT License license.
## Contributing
If you are interested in contributing to the project you can `fork` the repository and submit a `pull request` or contact me via [email](mailto:[email protected]).
## Tests
There are a few built-in tests that can be executed by running `npm test` before running the app, to ensure that everything should work as expected.
## Feedback
GitHub: [github.com/rfabreu](https://github.com/rfabreu)
Comments, suggestions, questions? Contact me at: [[email protected]](mailto:[email protected])
Link to deployed application: [View app running on Heroku](https://zookeepr-rfabreu.herokuapp.com)