An inventory management application built to enable business owners keep track of products.
Product-api follows an Express based Restful API design, which is used to access MongoDB Database for data storage and retrival. The API's are authenticated using Jasonweb tokens to ensure privacy when retreving and storing data in persistent storage.
The Product-api provides the following Endpoints:
- Create user
- Login for users
- Get all users
- Delete user
- Create Product
- Get users Product
- Update users Product
- Delete users Product.
- How to implement Jasonwebtoken for authentication
- How to work with mongoDB Database
- How to use typescript interface
- How to Omit data from a payload



