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.
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
- Apollo
- MongoDB