https://github.com/bm-jsms/express-simple-crudterminal
https://github.com/bm-jsms/express-simple-crudterminal
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bm-jsms/express-simple-crudterminal
- Owner: bm-jsms
- Created: 2023-11-11T21:04:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T21:14:54.000Z (over 2 years ago)
- Last Synced: 2025-04-08T17:52:50.153Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.