An open API service indexing awesome lists of open source software.

https://github.com/geekyharsh05/storeease-api

The StoreEase API is a RESTful API for managing products in an online store.
https://github.com/geekyharsh05/storeease-api

api-rest backend express nodejs storeapi

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

## :bulb: 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

```bash
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](LICENSE) file for details.