This repository is a continuation of this previous project, with a shift to utilizing MongoDB as the database. This CRUD (Create, Read, Update, Delete) application is built to manage honey inventory efficiently. Upcoming Features
A UI will be introduced, constructed using TypeScript to enhance user interaction. An online URL facilitated through Docker will be established, making the frontend easily consumable.
The Link to the Original Project: https://github.com/taumang/honey_inventory_practice
Follow the steps below to get this project up and running on your machine: Step 1: Clone the Repository
Clone this repository to your local machine using the following command:
git clone <this-repo-link>
Please replace
Navigate to the project directory in your CLI/terminal, then execute the following command:
dotnet watch run
A Dockerfile has been included to facilitate the creation of an online URL for frontend consumption.