Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/collinstatang/nodejs-crud-console-app
- Owner: CollinsTatang
- License: mit
- Created: 2023-05-09T00:03:53.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-05-13T08:04:56.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:28:22.747Z (4 months ago)
- Topics: create, delete, nodejs, read, update
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NodeJS CRUD Console App
# 📗 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)**CRUD Console App** permits users to be able to Create Read Update and Delete items in the database file.
Node
- **Add Item**
- **Read Item**
- **Update Item**
- **Remove Item**
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
```
👤**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/)
- [ ] **Multiple Detele**
- [ ] **Add More Database Table**
- [ ] **Add Test**
- [ ] **Add To DOCKER**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you find this project intresting and helpful please leave a star.
I would like to thank the FreeCodeCamp team for making it posible to have all the avialable resource I needed.
This project is [MIT](./LICENSE) licensed.