Giter Site home page Giter Site logo

e-commerce's Introduction

E-commerce back-end

Free hosting use for deployment

Fonctionnalities

  • Create account
  • Display products
  • Display products details, name, description, images, price & quantity in stock
  • Add product to card (for verified users)
  • Make payment (for verified users)
  • Add comments and notes to products (for verified users)

For the admin:

  • Create an admin account
  • Add, Edit, Delete products

Technology Used

  • Nodejs
  • Mongodb
  • Express

Setup MongoDB

  1. Install Docker engine on your machine
  2. Run docker run -p27020:27017 --name mongo-container mongo:5.0.16 This will start a container with the name "mongo-container" maped on port 27017
  3. Install mongo compass and connect to mongo-container on port 27020

Step to Start Project

  1. git clone https://github.com/LoickAdjiwanou/e-commerce.git
  2. cd e-commerce-backend
  3. npm i
  4. npm run data:import
  5. npm run dev

Before running 4, check /backend/models/Product.js, an important note is added.

  1. In the file endpoints.txt: endpoints of the project
  2. In classes.txt, classes of the models used NEXT UPDATE : Payment modules

NOTE : Stuck ?... then contact me on LinkedIn (www.linkedin.com/in/loick-adjiwanou)

If you like project then feel free to give Star...

e-commerce's People

Stargazers

Loick avatar Ambroise avatar

Watchers

Loick 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.