A self-care application built upon React and Framework7 to provide a wholesome experience.
Public Link on Netlify at https://halcyon.caephler.com
Backend API hosted on Heroku
Name | Role |
---|---|
Adam Chew Yong Soon | Backend, Database, Authentication |
Gabriel Tan Chuan En | Frontend, UI/UX |
He Xinyue | Art and Design, UI/UX |
Lim Yong Shen, Kevin | Backend, Docker, Deployment |
- Run the backend by running
docker-compose up
in the backend directory. - Install frontend dependencies by running
yarn
in the frontend directory. - Run the frontend by running
yarn start
in the frontend directory.