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: 6 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T02:31:32.000Z (8 days ago)
- Last Synced: 2025-06-24T03:29:31.304Z (8 days ago)
- Topics: api-server, database, express, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 4.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# quickCart-server
[](https://www.linkedin.com/in/rakha-djauhari/) [](https://github.com/Zevhys/quickCart-server/blob/main/LICENSE)  [](https://github.com/Zevhys/quickCart-server/actions/workflows/codeql.yml) [](https://github.com/Zevhys/quickCart-client/actions/workflows/eslint.yml) 
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



# 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 .
```