Furry Friend is a web application that provides pet owners with easy access to veterinary consultations and prescribed medications. The app allows users to consult with a vet via email and purchase medications recommended by the vet, all in one platform.
- Consult with Vets: Get in touch with professional vets via email for consultations.
- Purchase Prescribed Medications: Browse and buy medications directly from the app.
- User-friendly Interface: An easy-to-navigate UI for pet care, health, and medication management.
To get the Furry Friend app running locally, you'll need to set up both the frontend and backend. Follow the instructions below to set up the application on your local machine.
Make sure you have the following installed:
- Node.js: Download and install from here
- npm: Node package manager (comes with Node.js)
- Git: For cloning the repository (Optional)
To get started, first clone the repository to your local machine:
git clone https://github.com/shreyas-omkar/Pixel_Pioneers.git
cd Pixel_pioneers
To start frontend server which runs on port 5173
npm install
npm run dev
To start backend server which runs on port 5000
cd server
nodemon server.js
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js, Nodemon
- Database: MongoDB (or any other database you're using)
- Email Service: Mailtrap.js