Module which allows user to view open dates for a property and start a booking.
- React - Main front-end framework for defining components and interactivity
- Express/Node - Used to implement back-end routes
- MongoDB - Database management system; project includes seeding script to generate 100 random listings
- Docker - Container which allows for cross-platform deployment and scalability
- Styled-Components - Used to modularize CSS for components
Clone the repository
> npm install
> npm run seed
> npm run build
> npm run start