Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.74 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.74 KB

https://opensource.org/licenses/mit-license.php

Note: This repo contains the server of the flock app. The client app can be found here.


Planning a trip with your friends has never been easier. Flock allows you to have a well structured discussion with your friends to build a consensus for your next group holiday. In full-democracy mode every member of a trip can make and vote for suggestions in three categories: destination, budget and timing. You can also choose to dictate any of these categories. As creator of the group you can lock the voting and discussion down any time.

Showcase

Flock Screenshots

Installation

Pre-requisites: npm & git installed, mongoDB running (see here)

# clone the repo to your computer
git clone https://github.com/mrcknz/flock-server.git

# change into the project directory:
cd flock-server

# install the dependencies
npm install

# create a working copy of the dotfile
cp .env.example .env

# run the server
npm run dev

Stack

  1. Apollo
  2. MongoDB

Creators