Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.74 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.74 KB

Vacation Planner Back End

Vacation Planner aims to simplify the hassle that organizing a trip can be through team collaboration.

Read More on the Technical Design Document and Figma Design

Trello Board

The Nodejs backend server is deployed and documentation found here

Note: This project was built in a week, and is no longer being worked on.

Motivation

Planning vacations sucks. There is so much time and effort spent wasted on things that just simply get in the way of the fun. Vacation planner is your one stop shop for planning out that radical family vacation that you've been dreaming about all year.

Implemented features

  • Users can create a vacation and add other users to that vacation plan.
  • Users can suggest places to travel
  • Users can suggest things to do while traveling
  • Users can suggest dates during which travel will take place
  • Users can comment and message one another in the app

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Fork the project
  • Clone or download the project
  • Navigate into the directory and Install dependencies
  • Finally you can run the server by typing in your terminal
npm run server

Technologies used

  • Expressjs
  • Postgres
  • JWT
  • bcryptjs
  • jest
  • supertest

Acknowledgement

Lambda Schools

Authors

James Bishop