FindAFriend is a web application for individuals seeking to adopt pets, where organizations can sign up and post their pets for anyone looking to find a new friend and contact them!
Required to install and setup:
- Git
- Node.js
- FindAFriendBack
To install FindAFriendBack follow the steps: https://github.com/ViniciusCestarii/FindAFriendBack
- install the above dependecies
- clone this repository in your machine using:
git clone https://github.com/ViniciusCestarii/FindAFriendWeb.git
- in root of the project run:
npm i
- in root of the project run:
npm run dev
- open localhost:3000 and enjoy!