Skip to content

A blind booking platform for europe. Embrace spontaneity as you book flights and accommodations without knowing the exact location until after booking.

Notifications You must be signed in to change notification settings

bollowatsch/come-fly-with-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client

Project setup

You need to install dependencies separately for the server and client side. To install, execute the following code snippets:

Installation

Windows (Powershell)

cd server; npm install; cd ..\client; npm install; cd ..

Linux

cd server && npm install && cd ../client && npm install && cd ..

Store API keys

All API Keys should be stored in server/apiKeys.env in the format

API_KEY=1234
ACCOMODATION_KEY=1234
BOOKING_KEY=1234
MONGODB_USER='username'
MONGODB_PASSWORD='password'

whereas 1234 is your API key for the specified API.

Start Server App

npm run server

Start Client App

npm run client

About

A blind booking platform for europe. Embrace spontaneity as you book flights and accommodations without knowing the exact location until after booking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •