LightBnb is a scaled down, AirBnB lite.
You can create your own account, check properties, add/list properties while using the front end! Best of all, it runs locally! It is built using JS, Express, and PostgreSQL.
- Quiet a few things, so follow the instructions below.
- This also implies you have the correct database and tables from
migrations/
andseeds/
-
Clone the following repository into your local device
git clone [email protected]:nicoayamen/lightbnb.git
-
Move into the
LightBnB_WebApp
directory from thelightbnb/
directorycd lightbnb/
and thencd LightBnB_WebApp
-
Install the dependencies with
npm install
-
Once the process is finished, run the server
npm run local
-
The server runs on port 3000, so make sure that port is open
-
Enjoy your vacation!