Website providing easy healthcare search functionalities. View Site
- Cluster Map
- Detailed Location of a Hospital on show page
- Visit Hospital's site on a click
- Search functionalities based on Doctors available, Location and Title
- Contact us via mail
To run this project, you will need to add the following environment variables to your .env file
CLOUDINARY_CLOUD_NAME
CLOUDINARY_KEY
CLOUDINARY_SECRET
MAPBOX_TOKEN
- Create a .env file.
- Visit Cloudinary and Sign Up. Add the given information to the .env file.
- Visit Mapbox and Sign Up. Add the given information to the .env file.
Clone the project
git clone https://github.com/IamEzio/Hospitalo.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
node app.js
Feel free to open an issue on GitHub if you find any bug.