Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightBnB

To intall and run.

git clone git@github.com:DustinFader/LightBnB.git
cd LightBnB_WebApp-master
npm i
npm run local

Site will be available at http://localhost:3000

If you need to re/create the database.

startpostgres
psql -while in the project folder
CREATE DATABASE lightbnb
\c lightbnb
\i migrations/01_schema.sql
\i seeds/01_seeds.sql
\i seeds/02_seeds.sql

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages