npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@anipleades/healthcare

v1.0.0

Published

a laravel based application

Downloads

68

Readme

Accessing the Application

Visit http://139.84.170.84 to access the application.

Default credentials:

I have created a gradio based mri analysis application

Visit https://huggingface.co/spaces/hjvsf/mri to access the application.

Healthcare Management System

A comprehensive healthcare management web application built with Laravel, React, and Vultr cloud services. The system provides health assessments, MRI analysis, wellness planning, and educational content.

Features

  • Health Assessment Tools
  • MRI Analysis and Visualization
  • Personalized Wellness Plans
  • Educational Content
  • Real-time Health Insights
  • Interactive Dashboard
  • Secure Authentication
  • Expert Chat Support

Prerequisites

  • PHP 8.2+
  • Node.js 16+
  • Composer
  • MySQL/PostgreSQL
  • Vultr Object Storage credentials

Installation

  1. Clone the repository:
git clone https://github.com/harshitIIITD/Healthcare.git
cd Healthcare
  1. Install PHP dependencies:
composer install
  1. Install Node.js dependencies:
npm install
  1. Configure environment variables:
cp .env.example .env

Update the following variables in

.env

:

APP_URL=http://139.84.170.84


DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password


VULTR_ENDPOINT=https://del1.vultrobjects.com
VULTR_ACCESS_KEY=your_access_key
VULTR_SECRET_KEY=your_secret_key
VULTR_REGION=del1
VULTR_BUCKET=your_bucket
  1. Generate application key:
php artisan key:generate
  1. Run database migrations:
php artisan migrate
  1. Link storage:
php artisan storage:link
  1. Build frontend assets:
npm run build

Running the Application

For development:

# Terminal 1 - Laravel server
php artisan serve


# Terminal 2 - Vite development server
npm run dev

For production:

npm run build
php artisan config:cache
php artisan route:cache
php artisan view:cache

Accessing the Application

Visit http://139.84.170.84 to access the application.

Default credentials:

API Documentation

The API documentation is available at /docs endpoint when running in development mode.

Testing

Run test suite:

php artisan test

Deployment

  1. Configure your web server (Nginx/Apache) to point to the

public

directory 2. Set appropriate permissions:

chmod -R 775 storage bootstrap/cache
chown -R www-data:www-data storage bootstrap/cache
  1. Set up SSL certificate
  2. Configure database backups
  3. Set up queue worker:
php artisan queue:work

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

Security

If you discover any security vulnerabilities, please email [email protected].

License

This application is licensed under the MIT license.

Support

For support, email [email protected] or create an issue in the repository.