Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.8 KB

File metadata and controls

49 lines (38 loc) · 1.8 KB

Full-Stack Ecommerce App

Mariela Cushions

image

Tech-Stack

Frontend Backend Database

Deployment

Frontend Backend Database

Develop locally

  • Clone the Repository
        $ git clone https://github.com/mayank-96/Mariela-Cushions-E-commerce-Website

Backend

Go to server folder

  • Install the dependencies

        $ npm install
  • Connect with MongoDB Atlas by adding your credentials in app.js file

        const url = "MONGODB_URL"
  • Run the server - this will spawn a development server with port 9000.

        $ npm start
  • Import banners.json and products.json to your database

Frontend

Go to client folder

My Deployed Project

UI Inspiration

  • The app was inspired by the design available on webflow