https://github.com/geekyharsh05/e-commerce-api
This is a simple e-commerce serverless api built using aircode.
https://github.com/geekyharsh05/e-commerce-api
api-rest e-commerce-api nodejs serverless
Last synced: about 1 year ago
JSON representation
This is a simple e-commerce serverless api built using aircode.
- Host: GitHub
- URL: https://github.com/geekyharsh05/e-commerce-api
- Owner: geekyharsh05
- License: mit
- Created: 2023-08-30T17:24:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T17:37:47.000Z (over 2 years ago)
- Last Synced: 2025-01-02T20:19:40.106Z (over 1 year ago)
- Topics: api-rest, e-commerce-api, nodejs, serverless
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-Commerce API
This project is a Node.js serverless backend for an E-commerce platform, built using the Aircode framework. The API provides a comprehensive set of RESTful endpoints to manage various aspects of an online store. Whether you're developing a new front-end for your E-commerce website or a mobile app, this API will facilitate the management of products, orders, customers, and more.
# Tech Stack Used
- Node.js
- Aircode
## API Endpoints
- **Products:** CRUD operations for products.
- **Orders:** CRUD operations for orders.
- **Users:** CRUD operations for users.
## Error Handling
API responds with relevant HTTP status codes and error messages in JSON format.
## Contributing
1. Fork the repo.
2. Create a new branch.
3. Make changes.
4. Commit, push, and create a pull request.
## License
This project is licensed under the [MIT License](LICENSE).