Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lulo97/oraclenodejssimpletodos


https://github.com/lulo97/oraclenodejssimpletodos

crud express nodejs oracle plsql todo

Last synced: about 1 month ago
JSON representation

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 null

Using 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