Deliver is an app that brings mothers and midwives together by facilitating discovery and communication. It was developed during the Startupbootcamp Health Hackathon 2017 by Maximilian Grundke, Miguel Dönicke, Venkatesh Pampana, Alexej W.A. Gornizki, and Lou Anfriani.
Deliver is based on Ionic, Nodejs, and MongoDB. If you want to run the demo on your machine, follow these steps:
To run the backend:
- Run
mongod
from a terminal - Import the development database:
mongorestore dump
cd backend && node index.js
To run the frontend:
- Setup your host file to forward
deliver-backend
tolocalhost
(or wherever the backend is running). cd frontend && ionic serve --lab