Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipeshduwal/food-inventory-api
Food Inventory REST API is a simple API built using Node.js, Express, and SQLite3. The API allows you to perform basic CRUD operations (Create, Read, Update, Delete) on a food inventory stored in an SQLite3 database.
https://github.com/dipeshduwal/food-inventory-api
Last synced: about 2 months ago
JSON representation
Food Inventory REST API is a simple API built using Node.js, Express, and SQLite3. The API allows you to perform basic CRUD operations (Create, Read, Update, Delete) on a food inventory stored in an SQLite3 database.
- Host: GitHub
- URL: https://github.com/dipeshduwal/food-inventory-api
- Owner: dipeshduwal
- Created: 2024-09-05T02:00:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:00:49.000Z (4 months ago)
- Last Synced: 2024-09-17T10:33:18.231Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 679 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Food Inventory REST API**:
This is a simple API built using Node.js, Express, and SQLite3. The API allows you to perform basic CRUD operations (Create, Read, Update, Delete) on a food inventory stored in an SQLite3 database.**Features:**
Create: Add new food items to the inventory.
Read: Retrieve all food items or a specific food item by its ID.
Update: Modify the details of an existing food item.
Delete: Remove a food item from the inventory.**Technologies Used:**
Node.js
Express.js
SQLite3**Prerequisites:**
Before running this API, ensure that you have the following installed on your system:
Node.js (v12 or higher)
SQLite3