lianaa98 / first-aide-server

AI-powered personal health assistant (back-end)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Aide - AI First Aid Medical Instructions App

First Aide Logo

First Aide (Server side)

This is a final project for Web Development Bootcamp at Lighthouse Labs, completed within 7 days. Contributors include Liana Kan, Kayano Oyama and Dan Ross.

First Aide is an AI-powered personal health assistant that utilizes speech recognition and Open AI to provide medical related advice. It also keeps track of personal medical records.

Please click below link to access front-end repo with more detailed README.md:

🔗 First Aide Client Repo 🔗

Tech Stack

  • React-native (expo)
  • Tailwind CSS
  • Open AI
  • Express.js
  • Json Web Token (JWT)
  • PostgreSQL

Getting Started

To run the server, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies by running npm install.
  3. Configure the .env file to connect to your local database.
  4. Start the server and connect to the database by running npm start.
  5. To reset the database and seed initial data, run npm run reset-db.

About

AI-powered personal health assistant (back-end)


Languages

Language:JavaScript 100.0%