A simple multi-page Airbnb clone that uses a server-side Javascript to display the information from queries to web pages via SQL queries.
This project was built as a part of my learnings at Lighthouse Labs.
- Clone the repository onto your local device.
- Create and connect to a PostgreSQL database.
- Run the schema and seed files to load in the database.
- With the database setup,
cd
into LightBnb_WebApp-master. - Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:3000/. - Go to http://localhost:3000/ in your browser.
- Node.js
- Express
- bcryptjs
- cookie-session
- nodemon
- pg