Giter Site home page Giter Site logo

rajat-yadav881 / mern-ecommerce2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bereky/mern-ecommerce

0.0 0.0 0.0 16.73 MB

Ecommerce application | React | Node | Express | MongoDB | MERN

Home Page: https://shemashop.vercel.app/

License: MIT License

JavaScript 76.19% CSS 23.25% HTML 0.56%

mern-ecommerce2's Introduction

MERN Ecommerce Application

Currently under construction for additional features

Description

Full-stack ecommerce application built with MERN stack. This project has two features:

  1. Buyers register and browse the marketplace while interacting with products across different categories.
  2. Admins control and manage the marketplace items and customer acounts.

Getting Started

Dependencies

  • Nodejs - The runtime environment of the application
  • Reactjs - Component based UI library
  • MongoDB - NoSQL database
  • Expressjs - Framework to handle routes and requests
  • Mongoose - MongoDB object modeling tool to model the database schema

Installation

After you cloned the repository do not start the application. To run the application fully you need to create a database and collection and provide your own database URI.

Setup

  • Go to MongoDB website and create a database and a collection named 'Items' and insert the data in the server/ItemsCollection.js file as a document.
  • Create a .env file in the server folder and type the following
    NODE_ENV = development
    PORT = 5000
    MONGO_URI = mongodb+srv://<your uri from mongodb website>

Running

After this you can run the project locally:

  • To run the front end
    • cd client
    • npm start
  • To run the back end
    • cd server
    • npm run dev TIP: Run both in split terminal so that you can see both ends running

Languages and tools

mern-ecommerce2's People

Contributors

bereky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.