Skip to content

node js backend of a market place where freelancers and vendors can post their products and gigs

Notifications You must be signed in to change notification settings

jamiekariuki/Nodejs-Multivendor-marketplace-backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Marketplace API

Welcome to the Online Marketplace API! This backend project provides a powerful and scalable API for an online marketplace platform. It is designed to mimic real-world scenarios by offering eCommerce features and a field for everyone to buy and sell products online.

Features

  • User Authentication and Authorization:

    • Users can sign in and authenticate using JSON Web Tokens (JWT).
    • Secure authorization and access control based on user roles.
  • Page Creation and Management:

    • Users can create their own pages to showcase their products or services.
    • Different page types available: shop, freelance, and brand.
  • Ecommerce Capabilities:

    • Shops can list and sell products with various attributes such as title, description, price, and category.
    • Users can browse and search for products by category and other criteria.
    • Cart functionality for users to add products, manage quantities, and proceed to checkout.
  • User Verification:

    • Verified accounts are distinguished with a blue checkmark, enhancing credibility and trust.
  • Real-time Chat:

    • Users can communicate with each other through the built-in chat system.
    • Real-time messaging allows for seamless interaction and negotiation.

Technologies Used

  • Node.js: Server-side JavaScript runtime environment.
  • Express: Fast and minimalist web framework for Node.js.
  • MongoDB: NoSQL database for storing data.
  • Mongoose: Object Data Modeling (ODM) library for MongoDB.
  • JWT: JSON Web Tokens for secure authentication and authorization.
  • Socket.IO: Real-time bidirectional communication library for chat functionality.

Getting Started

  1. Clone the repository: git clone https://github.com/your-username/online-marketplace-api.git
  2. Install the dependencies: npm install
  3. Configure the MongoDB connection in the project.
  4. Start the development server: npm start
  5. Access the API endpoints at http://localhost:8000

API Documentation

The API documentation provides detailed information about each endpoint, request/response formats, and authentication requirements. Please refer to the API Documentation for complete documentation.

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

About

node js backend of a market place where freelancers and vendors can post their products and gigs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published