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

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.

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.