https://github.com/saleh0987/backend
This project is a backend API for managing products and categories.
https://github.com/saleh0987/backend
endpoints expressjs nodejs restful-api vercel
Last synced: 3 months ago
JSON representation
This project is a backend API for managing products and categories.
- Host: GitHub
- URL: https://github.com/saleh0987/backend
- Owner: Saleh0987
- Created: 2024-10-07T13:44:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T20:52:03.000Z (over 1 year ago)
- Last Synced: 2025-02-02T09:13:41.048Z (over 1 year ago)
- Topics: endpoints, expressjs, nodejs, restful-api, vercel
- Language: CSS
- Homepage: https://backend-end.vercel.app
- Size: 991 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Project
- This project is a backend API for managing products and categories.
# Features
- RESTful API for products and categories.
- CRUD operations for both products and categories.
# Endpoints
- Products: https://backend-end.vercel.app/products
- Categories: https://backend-end.vercel.app/categories
# Technologies Used
- Node.js
- Express
- Vercel for deployment
# How to Run
Clone the repository.
- Install dependencies: npm install
- Start the server: npm run dev
# Future Updates
- Stay tuned for more updates.