A simple multi-page Airbnb clone that uses a server-side Javascript to display the information from queries to web pages via SQL queries.
- open LightBnB_WebApp-master repo
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- 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.