Find your next vet. Tinder style.
Table of Contents
is a tinder-style web app designed to help pet-lovers find the ideal practice to care for their animal companions. The website prompts users to swipe left or right on a displayed veterinary office to indicate if it fails to meet or surpasses their needs.
To get a local copy up and running follow these simple example steps.
You should have any terminal and Node.js (tested with 14.16.1).
-
Clone the repo
git clone https://github.com/ChalzZy/vet-swiper
-
In terminal
cd ./frontend
and typenode install
-
npm start
-
In terminal
cd ..
andcd ./backend
typenode install
-
node server.js
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Charles Monaghan
- Importing given JSON into MongoDB
- Created API to get all vet practices and return only vets who work there
- Created JS scripts to find distance, ratings, and pet types
Harpreet Singh
- Majority of react frontend visuals
- Manipulated data from API requests
- Got swiping feature completed
Dakota Sargent
- Research for the project
- Wrote readme
- Completed presentation slides
- Design of the project