This is a comprehensive AI-driven concierge app designed to provide personalized assistance to users.
- backend/: Contains the backend code.
- frontend/: Contains the frontend web application code.
- mobile/: Contains the mobile application code.
- scripts/: Contains scripts for starting and deploying the application.
- Navigate to the
backend
directory. - Install dependencies:
pip install -r requirements.txt
- Start the server:
flask run
- Navigate to the
frontend
directory. - Install dependencies:
npm install
- Start the server:
npm start
- Navigate to the
mobile
directory. - Install dependencies:
npm install
- Start the server:
npm start
Use the scripts/deploy.sh
script to deploy the application.