Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ElderEase Backend (FastAPI)

Setup

  1. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies:
    pip install -r requirements.txt
  3. Set environment variables for DB connection (see .env.example).
  4. Run the server:
    uvicorn app.main:app --reload

Database

  • Default uses PostgreSQL (compatible with NeonDB).
  • Update DATABASE_URL in .env for production.

ElderEase Frontend (React Native)

Setup

  1. Install dependencies:
    npm install -g expo-cli
    cd frontend
    npm install
  2. Start the app:
    expo start

Project Structure

  • backend/ → FastAPI app
  • frontend/ → React Native app

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages