A flexible educational application that assists with learning and is paired with a Tamagotchi-like companion. OnTrack creates fun and interactive projects that are curated to the learning goals, interests, and hobbies of each user. In addition, users are paired with their very own 'buddy' that will grow alongside them. Completed projects earn points, which can be used to feed and customize the 'buddy', making the user's educational journey personal to them.
This repository showcases the original project as developed collaboratively by our team. I'm excited about the potential of this project and I am actively continuing its development in a separate private repository. If you're interested in collaboration, partnerships, or have any inquiries about the current state of the project, feel encouraged to contact me. - Kevin Collier
App home: https://www.ontrack.tokyo/
User: [email protected]
PW: buddy000
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
OPENAI_ACCESS_TOKEN=your_own_cloudinary_url_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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License