Skip to content

MetalSyntax/lowdb-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD with lowDB

Description: This repository contains a practice project demonstrating CRUD operations (Create, Read, Update, Delete) using the lowDB database library.

Features:

  • Create, read, update, and delete data in a lowDB database.
  • Implement basic CRUD operations using JavaScript.
  • Demonstrate the use of lowDB to store and manage data.

Getting Started:

  1. Clone the repository to your local machine.
  2. Install the required dependencies:
npm install
  1. Start the application:
npm start
  1. Open the application in your browser at http://localhost:3000.

Usage:

  • Create a new record by entering the data in the form and clicking the "Create" button.
  • Read all records by clicking the "Read" button.
  • Update an existing record by entering the updated data in the form and clicking the "Update" button.
  • Delete a record by clicking the "Delete" button next to the record you want to delete.

Tech Stack:

  • Node.js
  • Express.js
  • lowDB

Contributing:

Feel free to contribute to this project by forking the repository and creating a pull request.

License:

This project is licensed under the MIT License.

GitHub: https://github.com/MetalSyntax/lowdb-practice/

Keywords: CRUD, lowDB, JavaScript, Node.js, Express.js, database, practice project

Releases

No releases published

Packages

No packages published