loganwoolf / light-bnb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

light-bnb

Info

A backend project that integrates a previous assignment's PostgreSQL database with a pre-built express server and a pre-built frontend. Functions were written that pass queries to the database (in a safe manner). A stretch assignment added a structural refactor that passed all queries through a logging function. See the ./LightBnB_WebApp/server/database.js and ./LightBnB_WebApp/db/index.js files for my work.

Getting Started

Navigate to the ./LightBnB_WebApp folder and do

npm i
npm run local

Then visit localhost:3000 in your browser.

About

License:MIT License


Languages

Language:JavaScript 98.5%Language:SCSS 0.8%Language:HTML 0.7%