Skip to content

FEC-Gai/images-service

Repository files navigation

Mock AirBnB Listing Page with Photo Grid and Carousel

Description

This is a remake of the images module of AirBnB's listing page for Hack Reactor's Front-End Capstone Project.

Technologies used:

  • Node.js
  • React
  • Express
  • MongoDB

Instructions

Setup

For installing node modules run:npm install.

Seeding

For database seeding run: npm run seed.

Server

For Express server run: npm start.

Client

For Webpack run: npm run build.