LIVE SITE: EBDBBnB can be used to create, view, edit, delete spots as well as to create, read, and delete reviews for those spots, provided
This project is built with: JavaScript PostgresSQl Sequelize Express React Redux
EBDBBnB can be tested by clicking the "Demo User" button.- Clone my repository or download zip:
https://github.com/k-rewd/EBDB_BNB
- Terminal: Install dependencies in both front end and backend:
npm install
- Terminal: Migrate and seed existing database:
npm run dbms
- Terminal: Start the server in both backend and frontend directory:
npm start