Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

Parnswir/deliver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

About This Project

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.

Demo

Deliver is based on Ionic, Nodejs, and MongoDB. If you want to run the demo on your machine, follow these steps:

  1. Install the requirements: a current Nodejs and a MongoDB server.
  2. Execute setup.sh

To run the backend:

  1. Run mongod from a terminal
  2. Import the development database: mongorestore dump
  3. cd backend && node index.js

To run the frontend:

  1. Setup your host file to forward deliver-backend to localhost (or wherever the backend is running).
  2. cd frontend && ionic serve --lab