Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/collinstatang/nodejs-crud-console-app

CRUD Console App permit users to be able to Create Read Update and Delete items in the db.json data file.
https://github.com/collinstatang/nodejs-crud-console-app

create delete nodejs read update

Last synced: 3 days ago
JSON representation

CRUD Console App permit users to be able to Create Read Update and Delete items in the db.json data file.

Awesome Lists containing this project

README

        


NodeJS CRUD Console App


logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 NodeJS CRUD Console App

**CRUD Console App** permits users to be able to Create Read Update and Delete items in the database file.

## 🛠 Built With

### Tech Stack

Node

### Key Features

- **Add Item**
- **Read Item**
- **Update Item**
- **Remove Item**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/CollinsTatang/NodeJS-CRUD-Console-App.git
```

### Install

Install this project with:

```sh
cd NodeJS-CRUD-Console-App
npm install
```
### Usage

To run the project, execute the following command:

```sh
node filename
```
### Run tests

To run tests, run the following command:

```sh
npm test
```

(back to top)

## 👥 Authors

👤**Makungong Collins Tatang**

- GitHub: [@CollinsTatang1](https://github.com/CollinsTatang)
- Twitter: [@CollinsTatang1](https://twitter.com/CollinsTatang1)
- LinkedIn: [Makungong Collins](https://www.linkedin.com/in/makungong-collins/)

(back to top)

## 🔭 Future Features

- [ ] **Multiple Detele**
- [ ] **Add More Database Table**
- [ ] **Add Test**
- [ ] **Add To DOCKER**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you find this project intresting and helpful please leave a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank the FreeCodeCamp team for making it posible to have all the avialable resource I needed.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)