Skip to content

ssfiero/bumble-pet

Repository files navigation

Bumble Pet

A full stack mobile application that's like Bumble - but for animal shelter pets who need adoption.

Deployed Site: View on your mobile device!! https://bumble-pet.herokuapp.com/

Project Presentation

Click slide below to view presentation details.

Build Tools

Front End: EJS, Google Materialize

API to get Pet data: Petfinder API

Routes: Express.js

SQL queries: Knex.js

Back End Database: PostgreSQL

Middleware: Express-Session, bCrypt, morgan, body-parser

Project Start Commands

Knex make database migration: knex migrate:make migrationname

Knex database migration: knex migrate:latest or knex migrate:rollback

Knex database seed: knex seed:run

PostgreSQL database: psql bumblepet

List database tables: \dt Query database table: select * from tablename; Exit out of database: \q

Start Server: nodemon

Application Screenshots

Home

alt text

Search

alt text

Search Results

alt text

Search Results Details

alt text

About

A full stack mobile application that's like Bumble but for animal shelter pets who need adoption. Built with EJS, Express.js, and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors