A health-care web and mobile app that allows patients to find and assemble a team of providers who are specially trained to care for marginalized communities and people groups.
Home page of the application. |
Installing:
cd server && npm install
cd client && npm install
Then, run the development server:
cd server && npm run next start
cd client && npm start
Place and export Yelp API key in
server/config/config.js
Open http://localhost:3000 with your browser to see the result.
The project currently offloads its authentication, log in, and registration to Firebase. In order to deploy the project, create a Firebase account and project, then update the following variables in client/.env.local :
[x] NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY
[x] NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN
[x] NEXT_PUBLIC_FIREBASE_PROJECT_ID
[x] NEXT_PUBLIC_SERVER_IP
Provider Search Results |
Provider Search Results in Dark Mode |
Results Map |
Chatbot |
Login Page |