Skip to content

zoe-gonzales/shelter-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOURNEY'S SHELTER MANAGEMENT APPLICATION

Overview:

Our intended application offers management for shelters via animal and donation databases. Our product is valuable due to a strong and personable UI, and donation management feature, which competitors do not have.

User Stories:

As an intake person at a busy shelter, I want to be able to easily and efficiently input new animals into the system or update the system so that animal can be tracked through the intake process, and easily update the system when animals gets adopted.

As a user I would be able to log in to the system to see the shelter animals’ details.

Deployed at:

Journey App

Using the Application:

Sign Up/Log In

Users can sign up or sign in via AuthO from the welcome page:

Sign Up/Log In

Home Page

Users are then presented with cards of currenet shelter residents. Users can also search by animal if desired.

Home

Add Animal Page

Users can add new animals to the database:

Home

Added animals will then show up in a card on the main page.

Donations

Clicking on the Donation tab in the upper navbar opens a dropdown menu. Users may then select to use the material donation form to add donated supplies, the monetary donation form to add donated funds, or to view the shelter's current donations.

Technologies Used:

  • React
  • Mongoose
  • MongoDB
  • Express
  • AuthO
  • pdfkit npm package
  • React Bootstrap
  • Bootswatch

Team Member Roles:

  • Lynn Amsbury - UI/UX (Front End)
  • Bindhu Sivanand - UI/UX (Front End)
  • Sara Overby - Back End
  • Zoë Gonzales - Back End - Routes
  • Sarah Jaffe - Scrum Master/Project Manager, Backend - Front End if needed
  • Ben Zamora - Front and Back End

About This Boilerplate

This setup allows for a Node/Express/React app which can be easily deployed to Heroku.

The front-end React app will auto-reload as it's updated via webpack dev server, and the backend Express app will auto-reload independently with nodemon.

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following command:

npm install

This should install node modules within the server and the client folder.

After both installations are complete, run the following command in your terminal:

npm start

Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.

About

App to help animal shelters manage their incoming animals and donations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published