Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zevhys/quickcart-server

RESTful API for managing products
https://github.com/zevhys/quickcart-server

api-server database express javascript mongodb nodejs

Last synced: 10 days ago
JSON representation

RESTful API for managing products

Awesome Lists containing this project

README

        

# quickCart-server

[![Author](http://img.shields.io/badge/[email protected])](https://www.linkedin.com/in/rakha-djauhari/) [![GitHub license](https://img.shields.io/github/license/Zevhys/quickCart-server)](https://github.com/Zevhys/quickCart-server/blob/main/LICENSE) ![GitHub repo size](https://img.shields.io/github/repo-size/Zevhys/quickCart-server) [![CodeQL](https://github.com/Zevhys/quickCart-server/actions/workflows/codeql.yml/badge.svg)](https://github.com/Zevhys/quickCart-server/actions/workflows/codeql.yml) [![ESLint](https://img.shields.io/github/actions/workflow/status/Zevhys/quickCart-server/eslint.yml?label=ESLint&logo=eslint)](https://github.com/Zevhys/quickCart-client/actions/workflows/eslint.yml) ![Dependabot Status](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)

This is the backend server for the quickCart application. It handles data storage, API endpoints, and server-side logic to ensure smooth functionality.

> [!NOTE]
> visit the Quick Cart Client repository, [Here](https://github.com/Zevhys/quickCart-client)

# Tech Stack

![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=000000)
![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white)
![Express.js](https://img.shields.io/badge/Express.js-000000?style=flat-square&logo=express&logoColor=white)
![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=mongodb&logoColor=ffffff)

# Requirements

```bash
# Clone Repository
git clone https://github.com/Zevhys/quickCart-server .

# Install Dependencies
npm install

# Run The Application
- nodemon index.js

# Running ESLint
- npx eslint .
```