Skip to content

dev-voy/swasyn

Repository files navigation

Swasyn - Hospital Appointment Booking App

This is a hospital appointment booking app built with Next.js, TypeScript, and Tailwind CSS. It allows users to book appointments with doctors, view available slots, and manage their bookings.

Features

  • User authentication
  • Doctor and patient profiles
  • Appointment booking and management
  • Responsive design with Tailwind CSS
  • Integration with a backend API for data management

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/dev-voy/swasyn.git
  2. Navigate to the project directory:

    cd swasyn
  3. Install dependencies:

    npm install

    or

    yarn install
  4. Start the development server:

        npm run dev

    or

        yarn dev
  5. Open your browser and go to http://localhost:3000 to view the app.

Configuration

  • Update the .env file with your backend API URL and other necessary configurations.
  • Ensure that the database is set up and running if applicable.

Testing

  • Run tests using:
    npm test
    or
    yarn test

Deployment

  • For deployment, you can use platforms like Vercel, Netlify, or any other hosting service that supports Next.js applications.
  • Follow the specific deployment instructions for your chosen platform.

Contributing

We welcome contributions to Swasyn! If you have suggestions or improvements, please open an issue or submit a pull request.

Acknowledgements

  • Thanks to the Next.js, TypeScript, and Tailwind CSS communities for their amazing work
  • Special thanks to the contributors who have helped improve this project

Contact

For any questions or feedback, please reach out to the project maintainer at ashutosh@devvoy.com

Releases

No releases published

Packages

 
 
 

Contributors

Languages