Booking Component Referencing AirBnB
React, Node.js, MySQL, MongoDB, CockroachDB
System Design
npm run install
npm run test exit with ctrl-c
mysql -u root < schema.sql no local mysql pw
mysql -u root -p < schema.sql with local mysql pw
npm run seed - creates, or appends data to apartment.csv and dates.csv. then seedes mySQL and mongoDB
npm run react-dev
npm run server-dev
This web service is intended to run on an EC2 instance Permissions .pem files are ignored by git
ssh -i "<permissions>.pem" <EC2_DNS>
This app can utilize a cockroachDB cluster deployed on Digital Ocean. See ROACH_README.md for more details