Paw Detective is a React Application that helps pet owners reunite with their lost animal friends and on the other side help people that come across a lost animal find its owner and help the pet return home.
Pets are a beloved member of the owner's family. Losing your pet can be overwheling and searching for your friend can be stressfull. Owners are posting on different platforms and groups on social media, or even on trees! ads about their pet in hope that someone might contact them having good news.
Paw Detective is an app specifically dedicated to helping people bring pets back to their families.
https://github.com/Natasa410/PawDetective.git
Navigate into the ./client folder and run npm install
Navigate into the ./server folder and run npm install
Within the folder there is an example.env file. Copy the variables from that file, paste them on a new .env file that you will create locally and fill the variables with your local corresponding values.
Do the same for the ./server folder.
Run the client by executing npm start from inside the client folder.
Run the server by executing nodemon from inside the server folder.

