Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 3.29 KB

File metadata and controls

61 lines (39 loc) · 3.29 KB

SCPnB

A clone of the AirBnB website.

Live Site


Technologies Used

JavaScript NodeJS HTML5 CSS3 Express.js Sequelize Postgres SQLite React Redux Git GitHub Render


Photos

Landing Page

Landing

Single Spot

Single Spot


Getting Started

  1. Clone this repository.

  2. Install denpendencies for both the frontend and backend using the npm install command.

  3. Create a .env file using the .env.example provided.

  4. Set up the database by running the following commands:

    npx dotenv sequelize db:create
    npx dotenv sequelize db:migrate
    npx dotenv sequelize db:seed:all
    
  5. Start both the backend and frontend servers by running the npm start command.


Contact

Feel free to reach out to me on LinkedIn!