Invoice App API
Backend API for an Invoice Making App built on MVC architecture.
Error Handling - Effective implementation with each API call tested (with POSTMAN) and every possible error handled. A proper JSON response is sent for each error (status-code and message).
Security - noSql Injection protection, XSS protection (Cross Site Scripting), Rate Limiter, HPP protection (HTTP Parameter Pollution)
All validations present
Usage
Make it your own: Open the ".env" file and update the values/ settings to your own.
Import to POSTMAN - https://documenter.getpostman.com/view/15467964/Tzm8Fb5b
Install Dependencies
npm install
Run App
nodemon app
-License: ISC