This is an mock-up airbnb booking component built during the Hack Reactor immersive's Front End Capstone project.
This project is intended to work as a full-stack microservice integrated with my team's microservices to form a complete airbnb single item page.
- https://github.com/airfec/nick
- https://github.com/airfec/ozge
- https://github.com/airfec/ricky
- https://github.com/airfec/marcellino
Visit our site! - http://www.frontendcapstone.fun
A full stack react app built with the philosophy of continuously-integrated, test-driven development.
-
CSS
-
HTML5
-
React.js
-
Node.js
-
Express
-
MongoDB
-
Jest
-
Enzyme
-
CircleCI
An nvmrc file is included if using nvm.
- Node v8.10.0
- npm v3.5.2
- MongoDB v3.6.3
From within the root directory:
npm installFrom within the root directory:
To seed database
npm db:seedTo run server
npm startTo run dev enviroment/webpack
npm run react-devTo run tests
npm test