Animal-Shelter-Backend

Implements the API of the Animal Shelter project. It uses an in-memory database, which is a collection on Animals. It does not use any advanced storage method.

Steps to Deploy:

  1. npm ci
  2. npm start