Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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