Skip to content

alishashaw439/buyme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BuyMe - A Full Stack E-Commerce App

Welcome to BuyMe, E-Commerce platform built using React Native(with Redux), Node.js, and MongoDB. BuyMe offers a wide range of features for both users and administrators, facilitating seamless online shopping experiences. This README provides an overview of the project structure, features, and instructions for setup.

Product Images:

Table of Contents

Features

BuyMe is designed to provide a comprehensive E-Commerce solution with the following features:

  1. User/Admin Login: Secure login functionality for both users and administrators.
  2. User/Admin Sign Up: Easy registration process for new users and administrators.
  3. Change Password and Forgot Password: Options to change passwords and recover forgotten passwords.
  4. Products Page: Browse and search through a wide range of products.
  5. Profile Page: User/admin profile management and information display.
  6. CRUD Products: Create, read, update, and delete product listings.
  7. Admin Panel: Dedicated admin dashboard for managing products and orders.
  8. User/Admin Orders: View and track the status of orders for users and administrators.
  9. User/Admin Products: Manage and organize product listings.
  10. Product Details: Detailed information and specifications for each product.
  11. Add/Delete/Update Product Images: Easily manage product images.
  12. Add/Delete/Update Product Category: Organize products by categories.
  13. Add/Get/Process Orders: Smooth order management process for users and administrators.
  14. Process Payment: Secure payment processing integrated into the platform.

Project Structure

The project is organized into the following main directories:

  • frontend: Contains the React Native frontend codebase.
  • server: Houses the Node.js backend codebase.

Getting Started

Prerequisites

Before you begin, make sure you have the following software installed:

  • Node.js
  • MongoDB
  • React Native development environment

Installation

  1. Clone this repository using:

    git clone https://github.com/your-username/buyme.git
  2. Navigate to the frontend directory and install the frontend dependencies:

    cd buyme/frontend
    npm install
  3. Similarly, navigate to the server directory and install the backend dependencies:

    cd ../server
    npm install
  4. Configure the database connection by editing the .env file in the server directory.

  5. Start the backend server:

    npm start
  6. In a separate terminal, start the React Native development server:

    cd ../frontend
    npm start
  7. Follow the instructions provided by React Native to launch the app on your preferred platform.

Usage

After setting up the project, you can use BuyMe for online shopping. Users can sign up, browse products, place orders, and manage their profiles. Administrators have access to additional functionalities for managing products, categories, and orders.

Contributing

Contributions are welcome! If you'd like to contribute to BuyMe, please follow the standard open-source practices: fork the repository, create a new branch, make your changes, and submit a pull request.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors