Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 994 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 994 Bytes

Dream Destinations

What is it?

Dream Destinations is a travel destinations bucket list application. You can add travel spots you'd like to go to using the name, description and image of the destination. You can then add your favorites to a seperate list to keep them handy.

Collaborators:

Application Structure

  • server.js - This is the server entry point and defines the routes for the controllers and Mongoose DB connection
  • controllers - This folder contains the route data for each model
  • models - This folder contains the Mongo database schema

Deployed Site