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

https://github.com/bm-jsms/express-simple-crudterminal


https://github.com/bm-jsms/express-simple-crudterminal

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple CRUD on Terminal

Initial config and Setup:

```CMD
pnpm i
or
npm i
```

---

## Run Project:

```JS
pnpm dev
```

```JS
npm run dev
```

---

Using API REST software. You can use and query by the "GET, PUT, POST, DELETE" methods.