Skip to content

Tanmay692004/HackCBS6.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Healthcare Appointment Project

Team name = Coders_Catnip

Demo Deployed

link ()

Overview

This repository contains the source code and documentation for our healthcare project. The project aims to improve healthcare services by leveraging technology to streamline processes, enhance patient care, and facilitate communication between healthcare providers and patients.

Project Structure

/src: This directory contains the source code for the project.
/index: This directory contains main source code oof the front end part.
/assests: This directory contains utility scripts for tasks such as database setup and data preprocessing.

Technologies Used

Frontend:

  • React.js
  • Redux (for state management)
  • Material-UI (for UI components)
Backend:
  • Node.js
  • Express.js
  • MongoDB (Mongoose for object modeling)

Authentication:

  • JSON Web Tokens (JWT)

Other Tools:

  • Git and GitHub for version control and collaboration
  • Contributing

    Contributions are welcome! If you find any bugs or want to add new features, please open an issue or submit a pull request.

    Prerequisites

    Your machine should have Npm(or Yarn), Node.js, and MERN installed to use it locally.

    Setup and Installation

    Setting up the repository locally

    1. First fork the repo 🍴 to your account.
      Go to the forked repo and clone it 👥 to your local machine:
    git clone https://github.com/dhruvagrawat/HackCBS6.0.git

    This will make a copy of the code to your local machine.

    1. Now move to the client directory.
    cd /client
    1. Now check the remote of your local code by:
    git remote -v
    1. Once the remote is set, install all the necessary dependencies by the following command:
    npm install
    1. Now move to the server directory.
    cd /server
    npm install

    Run locally

    Run the below command to start the server:

    cd /server
    node index.js

    Now in a new terminal

    cd /client
    npm start

    Go to: http://localhost:3000

    License This project is licensed under the MIT License - see the LICENSE file for details.

    Feel free to modify the README file according to your specific project details and requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • CSS 35.5%
  • HTML 5.0%