Table of Contents
PengYou is a solution project for ImagineHack 2024 by Team Dessert Spoons, it is a platform targetting the people that are interested in improving their financial situation.
There is a need for an app for people requiring budgeting advice where they can learn day to day tips and tricks and practical budgeting.
The mission of PengYou is to encourage people to form good budgeting habits by making budgeting more friendly to them. We believe in the importance of forming good habits, thus we have introduced a reward system using a virtual pet to motivate people to actively take control of their financial lives.
PengYou will provide a significant amount of value for its users:
- Raise Awareness
- Tool for budgeting
- Reduced Stress
- Areas to cut off
- Goal Setting
- Long-term Security
- Practical Learning
- Confidence Builder
PengYou involves the following Sustainable Development Goals:
There are some prerequisites that need to be set up:
- Have a running MongoDB server which can be downloaded from here.
- Clone this repository by running
git clone https://github.com/Spimy/pengyou.git
.
- Navigate into the folder.
- Run
pnpm install
to download the dependencies. - Setup environment variables following .env.example.
- Run
pnpm run dev
to run the app in dev mode.
- Navigate into the folder.
- Run
pnpm install
to install the dependencies. - Setup environment variables following .env.example.
- Run
pnpm run build
to build the project. - Run
pnpm prune --prod
to delete all dev dependencies. - Run
pnpm run start
to start the built project.
You can then reverse proxy into the built project using a web server such as NGINX, Traefik, etc.
To avoid dependency and build issues, the project has been dockerized.
This automatically sets the adapter to use node adapter for SvelteKit.
This will set up a local MongoDB server and have the SvelteKit app connect to it. If the MongoDB server fails to start, the SvelteKit app will not start. You do not need to set the MongoDB URL in your .env
file.
Be sure to have docker installed on your machine first:
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- Build the image:
docker compose build
. - Then run the image in a container:
docker compose up
.
Team Dessert Spoons members:
- William Law Hong Waye (Spimy) - Lead Programmer
- Alex Chee Kai Hong - UI Designer
- Lanisha (l4n1skyy) - Graphics Designer
- Lai Yung Wei - Frontend Developer
- Joshua Edwin Rene Bonham - Lead Researcher and Presenter
The aforementioned roles are the main role of each member. It is to be noted that we helped and contributed to each other's tasks, especially the frontend. This was to ensure that we have a consistent UI and thus a good UX by working closely and directly with the Graphics and UI designers.
The name Dessert Spoons is an attempt at rickrolling everyone at the Hackathon.