fam.ily is a platform designed for families and close friends. This app aims to provide a more private and intimate space for family members to connect and share their lives. With the restriction on interaction between family members and close friends, our platform provides a safe and secure environment for you to share personal moments, memories, and events.
This project has been cleaned up and forked from the original project hosted by Nhi Tran in a private repository named famApp
Key Features • How To Use • Credits • License
- Dynamic Family Tree
- Add/Remove members like spouses, children, friends
- Add Posts to Events, Travel, and Just Happened
- Login through secure Facial Recognition
- Add Bucket list items and set goals for yourself
- See your and your family's timelines
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/pxs4528/fam.ily
# Go into the repository
$ cd fam.ily
# Open the backend and the frontend folder at the same time
$ cd backend
$ cd frontend
# Install dependencies for both folders
$ npm install
# Run the app for both folders
$ npm run start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
MIT