A clone of the AirBnB website.
-
Clone this repository.
-
Install denpendencies for both the frontend and backend using the
npm installcommand. -
Create a .env file using the .env.example provided.
-
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 -
Start both the backend and frontend servers by running the
npm startcommand.
Feel free to reach out to me on LinkedIn!

