PraniCure is a Progressive Web App (PWA) developed using Node.js. It is designed to address the needs of both stray animals and pets at home. With PraniCure, users can effortlessly send requests to NGOs, alerting them about injured stray animals on the streets, ensuring timely help and care. The app also provides support for pet owners by allowing them to easily reach out to dedicated doctors for medical assistance for their sick pets, all from the comfort of their homes.
PraniCure offers the following features:
Stray Animal Assistance: Users can send requests to NGOs, informing them about injured stray animals that need help on the streets. This feature ensures that timely aid is provided to stray animals in need.
Pet Medical Assistance: Pet owners can reach out to dedicated doctors through the web app to request medical assistance for their sick pets. This functionality makes it convenient for pet owners to seek professional help from the comfort of their own homes.
Before running PraniCure, ensure you have the following prerequisites installed on your machine:
Node.js: Ensure that you have Node.js installed. You can download it from the official Node.js website: https://nodejs.org
To set up and run PraniCure locally, follow these steps:
Clone the repository or download the project files.
Open a terminal or command prompt and navigate to the project directory.
Install the dependencies by running the following command:
npm install
Start the Node.js server by running the following command:
npm start
Access PraniCure by opening your web browser and navigating to http://localhost:3000.
Once PraniCure is running, you can use the app to send requests for stray animal assistance or pet medical assistance:
Fill in the required details about the injured stray animal. Submit the request, which will alert NGOs about the situation and ensure timely help for the animal.
Provide the necessary information about your sick pet. Submit the request, which will connect you with dedicated doctors for medical assistance.