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.
server.js
- This is the server entry point and defines the routes for the controllers and Mongoose DB connectioncontrollers
- This folder contains the route data for each modelmodels
- This folder contains the Mongo database schema