Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulo97/oraclenodejssimpletodos
https://github.com/lulo97/oraclenodejssimpletodos
crud express nodejs oracle plsql todo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lulo97/oraclenodejssimpletodos
- Owner: lulo97
- Created: 2024-12-08T02:54:28.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-08T02:57:57.000Z (about 1 month ago)
- Last Synced: 2024-12-08T03:26:07.740Z (about 1 month ago)
- Topics: crud, express, nodejs, oracle, plsql, todo
- Language: PLSQL
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple api project for CRUD todos
Bussiness rules:
- Table TODOS(ID, NAME, DESCRIPTION) have primary key ID type integer, NAME can't be nullUsing oracle database and nodejs (express)
Controller is written inside procedure of oracle database
Result of api format is { errorCode, errorMessage } and errorCode is declared in ERRORS table