A REST pizza delivery API that powers the pizza delivery application: Midas Pizza. It handles user data persistence, authentication, session management, image loading, and payment.
- Project was built by me from scratch without any framework, pure Nodejs
- Made use of REST API best practices
- Wrote a recursive algorithm that filters through and retrieves the most relevant images for menu items using the Unsplash images API
- Made use of Node's Asynchronous nature (async/await) to prevent slow response times
- Implemented proper error pipelines for more actionable, less cryptic error messages
- Technologies: JavaScript, Nodejs