Planning trips has never been easier before. Flock is the easiest way organizing trips as a group. Every member of a trip can make suggestions on three categories: Destination, Budget, Timeframe. Everyone can vote for their favorite option. As soon as the decision is made the creator can lock the voting. Any need to discuss? With the help of the chat feature communication is centralized in the app.
- Clone the repo to your local machine
git clone https://github.com/Bueggi/flock-server.git
- Install all dependencies
cd flock-server
npm i
3 Create a new .env file in the root folder and include following properties with your own values.
Read here how to create a Facebook app and get own credentials.
FACEBOOK_APP_ID=''
FB_APP_SECRET={''}
FACEBOOK_CALLBACK=''
- To start the server run
npm run dev
- Marco Kunz | linkedIn | gitHub
- Berta Cumellas | linkedIn | gitHub
- Arturo Moreira Pintos dos Santos | linkedIn | gitHub
- Damien Derail | linkedIn | gitHub
- Christopher Buecklein | linkedIn | gitHub
This project is licensed under MIT license. Feel free to fork the project and open a PR for any changes.

