Skip to content

Hackathon organised by ByteXync on 23/11/2024 (Saturday)

Notifications You must be signed in to change notification settings

shreyas-omkar/Pixel_Pioneers

Repository files navigation

Furry Friend

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.

Features:

  • 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.

Getting Started

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.

Prerequisites

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)

1. Clone the Repository

To get started, first clone the repository to your local machine:

git clone https://github.com/shreyas-omkar/Pixel_Pioneers.git
cd Pixel_pioneers

2. Start Frontend Server

To start frontend server which runs on port 5173

npm install
npm run dev

3. Start Backend Server

To start backend server which runs on port 5000

cd server
nodemon server.js

Technologies Used

  1. Frontend: React.js, Tailwind CSS
  2. Backend: Node.js, Express.js, Nodemon
  3. Database: MongoDB (or any other database you're using)
  4. Email Service: Mailtrap.js

About

Hackathon organised by ByteXync on 23/11/2024 (Saturday)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages