- git clone https://github.com/abhi2810/oracledb-http.git
- cd oracledb-http
- npm install
In the database.js file, change the password and database name. Run Nodemon using the below command to start a HTTP Server on PORT 5001
- npm start
In the database.js file, change the password and database name. Run Nodemon using the below command to start a HTTP Server on PORT 5001