It contains backend, frontend, and database along with ERD design.
HealthNet-Web-Complete is a comprehensive web application designed to manage health-related data. It includes backend, frontend, and database components, along with an Entity-Relationship Diagram (ERD) design.
- JavaScript: 46.8%
- Java: 34.7%
- CSS: 18%
- Other: 0.5%
To get a local copy up and running, follow these steps.
Make sure you have the following software installed:
- Clone the repo:
git clone https://github.com/ZERO-70/HealthNet-Web-Complete.git
- Navigate to the project directory:
cd HealthNet-Web-Complete
- Install NPM packages for the frontend:
cd frontend npm install
- Build and run the backend using Maven:
cd ../backend mvn clean install mvn spring-boot:run
- Set up the database:
- Import the ERD design into your MySQL database.
Provide a brief overview of your project's directory structure.
HealthNet-Web-Complete/
├── backend/
│ ├── src/
│ ├── pom.xml
│ └── ...
├── frontend/
│ ├── src/
│ ├── package.json
│ └── ...
├── database/
│ ├── ERD/
│ └── ...
└── README.md
The project is quite simple , one important thing is that i have used hosting service like railway.app for my backend , but now the backend is no longer on that server , make sure to change the API url from that server in the frontend if you are going to test any feature on your local machine
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Muhammad Zair - [email protected]
Project Link: https://github.com/ZERO-70/HealthNet-Web-Complete