Skip to content

Fast API for hospital Info data. Optimize endpoints, database queries, and cache frequently used data for faster responses.

Notifications You must be signed in to change notification settings

SEIFSEIF4/hospital-api

Repository files navigation

Hospital API

Hospital API is a web-based application that provides search functionality for hospital-related data. It allows users to search for hospitals names and retrieve information related to that hospital.

Hospital API Demo

Features

  • Theme Toggle: Switch between light and dark themes for better readability.
  • Search Functionality: Enter search queries to find countries and view hospital-related information.
  • Responsive Design: Ensures optimal viewing and interaction experience across a wide range of devices.
  • Fast Api: Create a speedy backend API for hospital data. Optimize endpoints, database queries, and cache frequently used data for faster responses.

Technologies Used

  • Frontend:

    • React.js
    • Next.js
    • Tailwind CSS
    • TypeScript
  • Backend:

    • Cloudflare Workers
    • Hono framework
    • Upstash Redis

Getting Started

  1. Clone the repository:
git clone https://github.com/SEIFSEIF4/hospital-api.git
# or
Try APi on brwose https://hospitalapi.onealking151.workers.dev/api/search?q=<input>
  1. Install dependencies and Start the server:
npm run install
npm run dev

# or

yarn install
yarn dev

# or

pnpm install
pnpm dev

# or

bun install
bun dev
  1. Open your browser and navigate to http://localhost:3000 to view the application.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Acknowledgements

About

Fast API for hospital Info data. Optimize endpoints, database queries, and cache frequently used data for faster responses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published