Skip to content

This Node.js project is a basic CRUD application for managing data stored in a local JSON file or MariaDB. It's designed for learning JavaScript and backend development concepts.

Notifications You must be signed in to change notification settings

Lumexio/simple-js-crud

Repository files navigation

Simple Node.js CRUD Application

This project is a basic CRUD (Create, Read, Update, Delete) application built with Node.js. It allows users to manage data stored in a local JSON file. The application is designed for learning JavaScript and backend development concepts.

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.

  2. Navigate to the project directory in your terminal.

  3. Install dependencies using npm. ⚒️

npm install
  1. Start the application. 🚀
node main.js

Usage

Once the application is running, you can interact with it using the command line interface. Follow the prompts to perform CRUD operations on the data.

Contributing 🩷

Contributions are welcome! Feel free to submit pull requests or open issues if you encounter any problems or have suggestions for improvement.

License

This project is licensed under the MIT License.

About

This Node.js project is a basic CRUD application for managing data stored in a local JSON file or MariaDB. It's designed for learning JavaScript and backend development concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors