This project is a MEAN app that allows you to create a tree view. The project provides a database so your tree data is persisted
MongoDB
- Install MongoDB: https://docs.mongodb.com/manual/installation/
- Clone:
git clone https://github.com/lon-io/family-tree.git
- Install Deps:
npm install
npm run server
npm start
- Start the Server:
bin/start-server.sh
- View Server logs:
bin/server-logs.sh
- Start the Client:
npm start