Skip to content

Latest commit

 

History

History
114 lines (72 loc) · 1.56 KB

README.md

File metadata and controls

114 lines (72 loc) · 1.56 KB

Dream House

Dream House is basically an E-commerce website for the best quality furniture and decorative items along with the full interior design of the home as well as office indoor and outdoor etc. This website is a clone of Crate and Barrel.

Features

  • Cross-platform
  • Responsive
  • Authorization
  • Authentication
  • Cookies

Tech Stack

Client: HTML, CSS, JavaScript

Server: NodeJs, Express

Database: MongoDB

External Packages or CDNs

  • Sweetalert2
  • js-cookie

Run Locally

Clone the project

  git clone https://github.com/RAJKUMARSHRIVASH/Dream_House.git

Go to the project directory

  cd Dream_House

Install dependencies

  npm install

Start the server

  node index.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

port

mongoURL

GOOGLE_CLIENT_SECRET

GOOGLE_CLIENT_ID

adminKey

sRound

API Reference

Welcome

  GET /

Get | Post | Update | Delete Users

  GET /users

Get | Post | Update | Delete Products

  GET /products

Get | Post | Update | Delete admins

  GET /admin

Get | Post | Update | Delete cart items

  GET /cart

Demo

https://dream-house.onrender.com/

Screenshots

App Screenshot

App Screenshot

App Screenshot

Author