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
For installing node modules run:npm install.
For database seeding run: npm run seed.
For Express server run: npm start.
For Webpack run: npm run build.