Bucketbee is a mobile app designed to help frequent travellers and global citizens keep tabs on their favourite people and places.
- It helps users connect with close friends and family conveniently with "quick actions" such as sending out location updates.
- Users can create buckets, in which they can categorize and customize their favorite places for future reference.
- Users can personalize their own places, digital postcards, and even profile style.
The client and server for this project has been split up into two separate repos; both need to be up and running for the app to be functional. Find the client here.
git clone https://github.com/pamelakaylin/Bucketbee_Server.git
npm install
- Make sure you have MongoDB installed and running! Run the following command with Homebrew to check
brew services list
- Create an .env file and add DB_NAME=[your_db_name_here]
node index.js
or if you have Nodemon installed
nodemon
- You can find instructions in the client README here.
Here is the original app demo video on Youtube!
- Bucketbee is fully optimized for IOS and is currently being adapted for Android
- After some finishing touches, Bucketbee will be launched via the App Store and Google Play Store 🚀



