Inventory Management System (IMS) using Node.js, Express, MongoDB, and EJS. The final project for backend training by Bayan Academy
- Item Management
- Create: Add new items to the inventory.
- Read: View a list of all items in the inventory.
- Update: Edit details of existing items.
- Delete: Remove items from the inventory.
- Search and Filter
- Search items by name or category.
- Filter items based on specific criteria (e.g., category or stock status).
- Node.js
- NPM
- MongoDB community server
npm installDOMAIN_URL='http://localhost:3000'
DATABASE_URL=<mongodb_url_setup>To start the application, run the following commands in separate terminals:
npm run devnpm run build:cssOnce the application is running, you can access it by navigating to:
http://localhost:3000
in your web browser.