Skip to content

I designed and programmed this project based on the university's requirements for electronic commerce, and I can't hide it, I had previous experience in the work of such projects.

beko09/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


متجر تسوق (tasawq)

I designed and programmed this project based on the university's requirements for electronic commerce, and I can't hide it, I had previous experience in the work of such projects.

Logo




💻 DemoAbobaker Hilal 🔗 d-s






Table of Contents
  1. About The Project
  2. Getting Started
  3. Project Architecting Files
  4. Contributing
  5. Contact


Built With

The libraries I used to build the website.

Getting Started

To run the project locally on your device You need to ⬇️

Prerequisites

  • download Npm.

    • npm
    npm install npm@latest -g
  • download MongoDB Compass.

  • Import the database included in the project file database-exm by running the following command inside MongoDB Compass terminal if you want that

    mongorestore -d <database_name > <directory_backup>
  • Or create database with name 'ecommerce' inside MongoDB Compass

Installation

Let's install the project locally and run it 🏃‍♂️.

  1. First Clone the repo

    git clone https://github.com/beko09/ecommerce.git
  2. Run Back-end first Entering a folder backend

    cd backend
  3. Install NPM packages

    npm install

    or

    yarn install
  4. To run project as dev (see 💁‍♂️ package.json)

     npm run dev
  5. Entering a folder backend 😄

    cd frontend
  6. Install NPM packages

    npm install

    or

    yarn install
  7. To run project as dev (see 💁‍♂️ package.json)

     npm start


⬆️ Back to top

📂

Project Architecting Files

│   
├── Backend
│   ├── components
│   │    ├── categories
│   │    ├── config
│   │    ├── databaseConfig
│   │    ├── middleware
│   │    ├── orders
│   │    ├── payment
│   │    ├── products
│   │    ├── users
│   │    └── utils
│   │                 
│   ├── uploads
│   ├── package.json
│   └── server.js
│   
├── Frontend
│   ├── Public
│   ├── src
│   │    ├── components
│   │    ├── config
│   │    ├── container
│   │    ├── helpers
│   │    ├── pages
│   │    ├── redux
│   │    ├── res
│   │    ├── route
│   │    ├── utils
│   │    ├── App.js
│   │    └── index.js
│   │                 
│   └── package.json
│
├── preview_img
│
├── README.md
│
│

See 👀 the open issues for a full list of proposed features (and known issues).

⬆️ Back to top

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!



  1. Fork the Project

  2. Create your Feature Branch

    git checkout -b feature/AmazingFeature
  1. Commit your Changes
    git commit -m 'Add some AmazingFeature'
  1. Push to the Branch
    git push origin feature/AmazingFeature
  1. Open a Pull Request

⬆️ Back to top

Contact

Abobaker hilal - @facebook

Abobaker hilal - @linkedin

Blog: d-s

⬆️ Back to top

About

I designed and programmed this project based on the university's requirements for electronic commerce, and I can't hide it, I had previous experience in the work of such projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published