Photo gallery module for a private lodging platform. Built with React and Node.js. Displays an interactive photo carousel. Utilizes Mongo and Mongoose for database management and Express for server handling.
Click on photo collage or "view photos" to view the photo gallery and thumbnail slideshows. Click on the thumbails or left and right buttons to see the previous or next image. Click on the exit button to return back to the photo collage.
- Node 8.16.0 or higher
From within the root directory:
npm install
npm run react-dev
npm run start
npm run seed