Single component of a cloned AirBnB product details page.
- Photos component: https://github.com/futoncountryinn/photos-service
- Reviews component: https://github.com/futoncountryinn/reviews-service
- Proxy Server: https://github.com/futoncountryinn/booking-proxy
This project is licensed under the MIT License - see the LICENSE.md file for details
In your terminal,
-
npm install
In your terminal,
- Run webpack
npm run build-dev
ornpm run build-prod
- Start your server
npm start
- Seed the database w/ data
npm run buildCSV
thennpm run seedSQL
In your browser,
- Navigate to
http://localhost:3002
In your terminal,
- Run Jest tests for MongoDB connection & Express server connections
npm test
- include
{checkin: value, checkout: value}
in request body
- incude
{id: value}
in request body
- include
{id: value, checkin: value, checkout: value}
in request body