/LightBnB

Primary LanguageJavaScript

LightBnB

A simple multi-page Airbnb clone that uses a server-side Javascript to display the information from queries to web pages via SQL queries.

Getting Started

  1. open LightBnB_WebApp-master repo
  2. Create a new repository using this repository as a template.
  3. Clone your repository onto your local device.
  4. Install dependencies using the npm install command.
  5. Start the web server using the npm run local command. The app will be served at http://localhost:3000/.
  6. Go to http://localhost:3000/ in your browser.

Final product