HospiHub is a web-based platform that connects healthcare providers and medical facilities with job seekers in the healthcare industry. The platform allows healthcare organizations to post job listings and enables users to search and apply for available positions.
- Job listing creation and management for healthcare providers
- Job search and filtering for job seekers
- User registration and profile creation
- Application submission and tracking
- Notifications for application status updates
To get started with HospiHub, follow these steps:
-
Clone the repository:
-
Install dependencies:
cd hospihub npm install
-
Set up the database:
Create a PostgreSQL database Update the database configuration in config/database.js
-
Run database migrations: npx sequelize-cli db:migrate
-
Start the server: npm start
-
Access the application by opening your web browser and visiting: http://localhost:3000
Contributions are welcome! If you'd like to contribute to HospiHub, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request detailing your changes.
This project is licensed under the MIT License.