Skip to content

The StoreEase API is a RESTful API for managing products in an online store.

License

Notifications You must be signed in to change notification settings

geekyharsh05/StoreEase-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoreEase API

The StoreEase API is a RESTful API for managing products in an online store. It allows you to perform various operations such as creating, retrieving, updating, and deleting products. This API is built using Node.js and Express.js, and it utilizes MongoDB as the database.

🚀 Getting Started

💡 Requirements

Before you begin, ensure you have met the following requirements:

  • Node.js
  • MongoDB
  • An understanding of RESTful API concepts

⬇️ Installation

  • Clone the repository
  • Install the dependencies
  • Fill the necessary environment variables (see .env.example)
  • Run the server
    git clone git@github.com:geekyharsh05/StoreEase-API.git
    cd StoreEase-API
    npm install
    npm run dev

📝 Configuration

You can configure the API by setting environment variables in the .env file. Be sure to provide the necessary database connection URI, port.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The StoreEase API is a RESTful API for managing products in an online store.

Topics

Resources

License

Stars

Watchers

Forks