Booking Buddy
Booking Buddy is an online application that allows groups of friends to connect and make trip decision planning into a seamless, well organized, and painless process.
- Product Owner: Lou Kaileh
- Scrum Master: Jesse DeOms
- Development Team Members: Nate Nault, Preston Moore, Max Berger
To run this application, simply run node server/server.js from the root directory of the repository
This application runs on nodejs with express server. It will require a postgres database. The build process uses webpack and can be invoked with 'yarn build'. Once the application is running, it will be available on localhost at port 3000.
If you choose to install yarn, follow these steps from within:
brew update
brew install yarn
Locate and open your profile. This will either be .profle
, .bashrc
, .bash_profile
, or .zshrc
. (For me it was the bashrc. It can be located in your root directory by using ls -a
)
Add the following line to your profile.
export PATH="$PATH:`yarn global bin`"
Test that Yarn is running with yarn --version
View the project roadmap [https://github.com/Aquilans/bookingBuddy/issues]
See CONTRIBUTING.md for contribution guidelines.