Skip to content

bertacume/flock-server

 
 

Repository files navigation

Flock - Backend

MIT Licence

Introduction

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.

Screenshots

Installation

  1. Clone the repo to your local machine
git clone https://github.com/Bueggi/flock-server.git
  1. 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=''
  1. To start the server run npm run dev

Tech stack

Authors

Contribution

This project is licensed under MIT license. Feel free to fork the project and open a PR for any changes.

About

Making group travels easier than ever before

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%