link ()
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.
/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.
Frontend:
- React.js
- Redux (for state management)
- Material-UI (for UI components)
- Node.js
- Express.js
- MongoDB (Mongoose for object modeling)
Authentication:
- JSON Web Tokens (JWT)
Other Tools:
- Git and GitHub for version control and collaboration
- First fork the repo 🍴 to your account.
Go to the forked repo and clone it 👥 to your local machine: - Now move to the
client
directory. - Now check the remote of your local code by:
- Once the remote is set, install all the necessary dependencies by the following command:
- Now move to the
server
directory.
Contributions are welcome! If you find any bugs or want to add new features, please open an issue or submit a pull request.
Your machine should have Npm(or Yarn), Node.js, and MERN installed to use it locally.
git clone https://github.com/dhruvagrawat/HackCBS6.0.git
This will make a copy of the code to your local machine.
cd /client
git remote -v
npm install
cd /server
npm install
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.