Skip to content

A pet finder web service site that allows the user to see nearby adoptable pets and take a quiz that shows recommended pets.

License

Notifications You must be signed in to change notification settings

STEGD/dog-finder-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dog-finder-main

A dog finder web service (can edit this later)

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# install material-ui/core
npm install @material-ui/core

#install material-ui/icon
npm install @material-ui/icons

#install lab from material-ui
#lab is used for autocomplete
npm install @material-ui/lab

# Server runs on http://localhost:5000 and client on http://localhost:3000

About

A pet finder web service site that allows the user to see nearby adoptable pets and take a quiz that shows recommended pets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published