Skip to content

RBird111/API-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published