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.
- Host: GitHub
- URL: https://github.com/geekyharsh05/storeease-api
- Owner: geekyharsh05
- License: mit
- Created: 2023-09-23T22:30:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T22:50:35.000Z (almost 3 years ago)
- Last Synced: 2025-10-26T13:43:36.919Z (8 months ago)
- Topics: api-rest, backend, express, nodejs, storeapi
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.