Project description
- https://github.com/team-frontend/image-carousel
- https://github.com/team-frontend/detailed-part
- https://github.com/team-frontend/mortgage-calculator
Some usage instructions
An nvmrc
file is included if using nvm.
- Node 6.13.0
- MySQL 5.7.23
From within the root directory:
npm install -g webpack
npm install
Create the database neighborhood
by executing this file from the command line by typing:
mysql -u root < database/schema.sql
Start the server with:
npm start
Start your application with:
npm run dev
This project is Jest and Enzyme based test You can run them by npm run test:watch
Description | Endpoint |
---|---|
Get Info of Nearby Homes of a Home | GET /api/homes/:homeId/nearbyHomes |
Requests home's nearby homes information upon accessing from Zillow's designated endpoint