WellQuest is a mobile application that encourages students to perform activities that improve their well-being. Students can earn points to cash in for in-app rewards through exercising, meditating, sleeping properly, and many other wellness practices. Our app rewards the little actions students neglect when focusing on their studies. Some examples of rewards are discounts at food vendors on BCIT campus, or free coffees at BCIT's cafes.
- Complete daily quests and earn points.
- Redeem points to get rewards.
- Language: JavaScript
- Framework & Libraries:
- Frontend: React Native
- Backend: Node.js, Express.js
- Database: MongoDB
Follow these steps to set up your environment and run the project:
- Go to
/clientand/serverand donpm install - Create
.envfiles in/clientand/server - Add
HOST=YOUR.IP.ADDRESS:3000to the.envin/client - Set up MongoDB
- Add your credentials to the
.envin/serverMONGOUSER=testUser MONGOPW=pwpwpwpwpwpw MONGODB=myDB PORT=3000
- Do
npm run startin/client&/serverto run
This project is licensed under the MIT License.