stock api is the backend server for a website for managing stocks in a pharmacy
- You can create many stocks as you like.
- Each stock contains items.
- Each item can have many date fields.
- Each date field consist of a date object representing the date of the item (month and year) and the quantity related to that date
- Edit each item and each date inside items.
- Typescript.
- Node JS.
- Express JS.
- Mongoose.
- Mongo DB.