Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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