alexiswest98 / API-Project-Westbnb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Project is Built with ...
68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656163742d2532333230323332612e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7265616374266c6f676f436f6c6f723d253233363144414642 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f657870726573732e6a732d2532333430346435392e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d65787072657373266c6f676f436f6c6f723d253233363144414642 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656475782d2532333539336438382e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d7265647578266c6f676f436f6c6f723d7768697465 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f706f7374677265732d2532333331363139322e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706f737467726573716c266c6f676f436f6c6f723d7768697465 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53657175656c697a652d3532423045373f7374796c653d666f722d7468652d6261646765266c6f676f3d53657175656c697a65266c6f676f436f6c6f723d7768697465 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6e6f64652e6a732d3644413535463f7374796c653d666f722d7468652d6261646765266c6f676f3d6e6f64652e6a73266c6f676f436f6c6f723d7768697465

ABOUT WESTBNB

Westbnb is a full stack application that imitates Airbnb's database and interface where a user can create, edit, and delete bookings, spots, reviews, and related images. Along with being able to sign up and log in, there is also a demo user feature. You can view this at Westbnb

Getting Started

  1. Clone the repo: here

  2. Navigate to the backend folder and type in npm install

  3. Create a .env file in the root of the backend folder and copy the contents from the .env.example file: cp .env.example .env

  4. Migrate and seed the files. There are the following json scripts for your convenience: npm run migrate npm run seed

  5. Do the same in the frontend folder and run npm install and then npm start. You will be directed to: http://localhost:3000/

Project Wiki

Screenshot 2022-11-21 at 5 03 58 AM

Screenshot 2022-11-21 at 5 04 27 AM

About


Languages

Language:JavaScript 85.0%Language:CSS 14.7%Language:HTML 0.4%