Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 3.54 KB

README.md

File metadata and controls

97 lines (62 loc) · 3.54 KB

#Repo Views

GMRL Laboratory Website

Project Overview

GMRL Laboratory is a medical website developed to provide information about the laboratory services, appointment scheduling, and access to medical reports. The website is built using HTML, CSS, and JavaScript for the frontend, Python Django for the backend, PostgreSQL as the database, and GitHub for version control. Tailwind CSS is utilized for a responsive and interactive user interface, ensuring compatibility with all types of devices.

Features

Frontend

  • HTML, CSS, and Tailwind CSS:

    • Implemented HTML for structured web pages.
    • Utilized CSS for styling and layout.
    • Integrated Tailwind CSS for a responsive and interactive UI compatible with various devices.
  • JavaScript:

    • Improved user experience with dynamic elements and client-side interactions.

Backend

  • Python Django:

    • Developed the backend using Django, a high-level web framework for Python.
    • Implemented models for managing laboratory services, appointments, and medical reports.
    • Configured Django Rest Framework for handling API requests.
  • PostgreSQL:

    • Utilized PostgreSQL as the database to store data related to laboratory services, appointments, and medical reports.
    • Ensured seamless data retrieval and storage through well-defined models.

Version Control

  • GitHub:
    • Maintained version control using GitHub for collaborative development and easy tracking of code changes.
    • Created a well-organized repository for efficient codebase management.

Responsive UI with Tailwind CSS

  • Tailwind CSS:

    • Implemented Tailwind CSS to create a fully responsive and visually appealing user interface.
    • Ensured compatibility with all types of devices, providing a seamless experience across various screen sizes.

    #Screenshots

Screenshot 2023-12-24 at 22-08-52 GMRL Screenshot 2023-12-24 at 22-11-13 GMRL Screenshot 2023-12-24 at 22-11-28 GMRL Screenshot (230) Screenshot (231) Screenshot (228) Screenshot (229)

Installation

  1. Clone the repository:

    git clone https://github.com/Ajay-v44/GMRL_Laboratory.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Apply migrations:

    python manage.py migrate
  4. Run the development server:

    python manage.py runserver
  5. Access the website at http://localhost:8000/.

Contributing

If you'd like to contribute to GMRL Laboratory, follow the steps mentioned in the Contributing Guidelines.

License

This project is licensed under the MIT License.

Acknowledgments