Skip to content

swastik-akhil/E-Commerce-Product-Catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Product Catalog

This backend application, crafted with simplicity in mind using Node.js, Express, and MongoDB, forms a strong foundation for your e-commerce app. Designed for ease of use, this API provides essential functionalities for managing products, categories, and orders. It's a basic, user-friendly solution, perfect for those starting out in the world of e-commerce development. Dive in, explore the code, and adapt it to suit your needs seamlessly.

Authors

@swastik-akhil

Documentation

Explore detailed documentation here.

Deployed Link

Visit the deployed application here.

Getting Started

To run this project locally, follow these steps:

  1. Clone the project (dev branch):

    git clone -b dev https://github.com/swastik-akhil/E-Commerce-Product-Catalog.git
  2. Install dependencies:

    npm install
  3. Start the server:

    npm start

Tech Stack

  • Server: Node, Express
  • Database: MongoDB

Environment Variables

To run this project, you need to add the following environment variables to your .env file:

  • PORT: Specify the port for the server.
  • MONGODB_URL: Provide the MongoDB connection URL.

Feel free to customize and extend this backend for your specific e-commerce needs.

Happy coding!

About

Backend API's for e-commerce platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published