Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zevhys/quickcart-server
- Owner: Zevhys
- License: mit
- Created: 2024-12-01T12:18:30.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T12:27:23.000Z (15 days ago)
- Last Synced: 2024-12-08T13:26:00.922Z (15 days ago)
- Topics: api-server, database, express, javascript, mongodb, nodejs
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```