Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busrakocarslan/pizza-api
https://github.com/busrakocarslan/pizza-api
expressjs jwt-authentication multer nodejs swagger-ui
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/busrakocarslan/pizza-api
- Owner: busrakocarslan
- Created: 2024-08-10T13:51:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:54:40.000Z (5 months ago)
- Last Synced: 2024-11-18T05:44:33.645Z (3 months ago)
- Topics: expressjs, jwt-authentication, multer, nodejs, swagger-ui
- Language: JavaScript
- Homepage: https://pizza-api-hgt1.onrender.com/documents/swagger/#/
- Size: 5.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## https://pizza-api-hgt1.onrender.com/documents/swagger/#/
##
## Pizza API Project
This project is a backend API designed for managing pizza orders and inventory. The API is built using Node.js, Express.js, and MongoDB with Mongoose, providing a robust and scalable solution for pizza-related operations.Key Features
Database: Utilized MongoDB with Mongoose for efficient and flexible database management, simplifying schema definition and data validation.
Authentication: Implemented secure user authentication with JWT (JSON Web Token).
API Documentation: Created comprehensive API documentation using Swagger, facilitating easy integration and testing.
File Handling: Managed file uploads efficiently with Multer, suitable for handling images of pizzas or related media.
Technologies Used
Backend: Node.js, Express.js
Database: MongoDB with Mongoose
Security: JWT for authentication
Documentation: Swagger
File Uploads: Multer