Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.
This app was created as part of a final project for the Le Wagon Tokyo Web Development Bootcamp. The project is a health status tracking app that allows caregivers to track the health status of their elderly loved ones. Caregivers can add medicines and appointments for their elderly relatives. This will then notify the elderly relative by SMS that they have a new medicine/appointment. Elderly users can submit their health status report and vital statistics, which will notify the caregiver by SMS that this has been completed. The elderly user can view their appointment location on a map and has their vital statistics computed into a weekly chart - which can also be viewed by a caregiver.
App home: https://www.ikigai.bond
Install gems
bundle install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
MAPBOX_API_KEY=your_own_mapbox_api_key
TWILIO_NUMBER=your_twilio_number
TWILIO_ACCOUNT_SID=your_own_twilio_account_sid
TWILIO_AUTH_TOKEN=your_own_twilio_auth_token
GOOGLE_API_KEY=your_own_google_api_key
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
The Le Wagon Tokyo Teaching Staff
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.