Steps to connect Angular4 to a Database (Oracle) -


actually i've connect angular project database access data. don't know how.

should write rest api it? if yes, how can connect rest api project?

which steps should follow?

thanks

the angular application "front" application. store , fetch data database you'll need "back" application provide urls angular app call.

a simple can done using laravel , oci 8 connector in order query oracle database. backend in php common solution might not fit needs.

set laravel project : https://laravel.com/docs/5.4

install oci8 module connect oracle database : https://github.com/yajra/laravel-oci8

then follow laravel's guidelines set urls callable front application in angular4.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -