Get the info about hospital near you.
This is a course project part of Spatial Graph Database course 5th Semester.
This project has two part - frontend and deployed graph database on AuraDB. To get a local copy up and running follow these simple example steps.
You need to have pre-installed npm (a Node package manager)
-
Clone the repo
git clone https://github.com/CHAHATMB/Hospital-Locator.git
-
Install NPM packages
npm install
-
Set environment variables:
REACT_APP_NEO4J_URI=XXX REACT_APP_NEO4J_USER=XXX REACT_APP_NEO4J_PASSWORD=XXX REACT_APP_MAPBOX_TOKEN=XXX
these can be added to
.env
- To run
npm start
- To run in Development mode
npm run dev
Tools and technologies that you learnt and used in the project:
- ReactJS
- Neo4j
- Map Box
- Git and Github
- Chahat Baghele
- Mohak Chandani
- Vinayak Bodke
Distributed under the MIT License. See LICENSE
for more information.