Backend for angular using oracle.

523 views
Skip to first unread message

Katheeja Beevi

unread,
Nov 24, 2018, 3:00:47 PM11/24/18
to Angular and AngularJS discussion

Hi,
   I have designed an UI using angular through node.js. Now for my web application I have to do login authentication and sign up using oracle as backend. Please help me with an idea. I don't find exact github examples using oracle.

Lucas Lacroix

unread,
Nov 24, 2018, 3:59:02 PM11/24/18
to ang...@googlegroups.com
Hi Katgeeja,
You will need to implement an API server in order for your web application to talk to your database. This is completely separate from Angular.

There are many solutions out there for creating APIs and I can't recommend one over any of the others. We use a NodeJS back end using ExpressJS, but that is just one example.

On Sat, Nov 24, 2018, 15:00 Katheeja Beevi <kathee...@gmail.com> wrote:

Hi,
   I have designed an UI using angular through node.js. Now for my web application I have to do login authentication and sign up using oracle as backend. Please help me with an idea. I don't find exact github examples using oracle.

--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Lucas Lacroix
Computer Scientist
Advanced Technology Division, MEDITECH

                
Subscribe to receive emails from MEDITECH or to change email preferences.

Binh GIIK

unread,
Nov 24, 2018, 4:00:57 PM11/24/18
to ang...@googlegroups.com
Hi Katheeja,
Did you mean Oracle Database? If so, you can write an API for authentication process. Java has JPA and JWT to support the login/logout process. The API will accept username and password as parameters, then it'll process and respond with something like a token that contains the payload of data for client (your angular front-end ui).

On Sat, Nov 24, 2018 at 12:00 PM Katheeja Beevi <kathee...@gmail.com> wrote:

Hi,
   I have designed an UI using angular through node.js. Now for my web application I have to do login authentication and sign up using oracle as backend. Please help me with an idea. I don't find exact github examples using oracle.

--

Katheeja Beevi

unread,
Nov 24, 2018, 10:35:55 PM11/24/18
to ang...@googlegroups.com
Thanks sir,I am also using node js only but I dont know how to get data from user through webpage and insert it into oracle table.I tried this for user sign up page.The signup details reaches the node js server but then I don't know the syntax to send that data into database table.Please share any reference links of you know.

Lucas Lacroix

unread,
Nov 24, 2018, 10:37:45 PM11/24/18
to ang...@googlegroups.com
You need a NPM module to interact with the database. Just search for "Oracle" on the NPM site. I would use KnexJS.

Katheeja Beevi

unread,
Nov 24, 2018, 10:41:59 PM11/24/18
to ang...@googlegroups.com
In npm I have installed node oracle-db drive to interact woth oracle from node.I will try with knex js and ask my further doubts. Thanks a lot sir.

Katheeja Beevi

unread,
Nov 24, 2018, 10:42:59 PM11/24/18
to ang...@googlegroups.com
Hi Sir,
     Thanks for suggesting jwt but I have been assigned to do this with node js and oracle,so I am unable to use jwt.

Lucas Lacroix

unread,
Nov 24, 2018, 10:48:17 PM11/24/18
to ang...@googlegroups.com
You can use oracle-db. Just reads its documentation.

Katheeja Beevi

unread,
Nov 24, 2018, 10:56:23 PM11/24/18
to ang...@googlegroups.com
Yes,trying that too.Thanks.

Katheeja Beevi

unread,
Nov 26, 2018, 11:48:26 AM11/26/18
to ang...@googlegroups.com
Unable to fetch data from html form and send to node js server.I have attached files.Please help.
submit.html
screenshot.docx
index.html

Tito

unread,
Nov 27, 2018, 12:30:36 AM11/27/18
to Angular and AngularJS discussion
https://developer.oracle.com/javascript

you are looking to do a rest api with an oracle backend. I would recommend you use express.js to read data from orable. then using express as your api
you can have your controllers fetch data from this api.

Mahendra L

unread,
May 8, 2020, 1:53:03 PM5/8/20
to Angular and AngularJS discussion
Hi Katheeja,

Are you able to send/retrieve data from oracle db using node js. If yes, could you help me? I'm trying to create UI using angular and need oracle-db as back end for my data. 


On Sunday, November 25, 2018 at 9:26:23 AM UTC+5:30, Katheeja Beevi wrote:
Yes,trying that too.Thanks.

On Sun, Nov 25, 2018, 9:18 AM 'Lucas Lacroix' via Angular and AngularJS discussion <ang...@googlegroups.com> wrote:
You can use oracle-db. Just reads its documentation.

On Sat, Nov 24, 2018, 22:42 Katheeja Beevi <kathee...@gmail.com> wrote:
Hi Sir,
     Thanks for suggesting jwt but I have been assigned to do this with node js and oracle,so I am unable to use jwt.

On Sun, Nov 25, 2018, 2:30 AM Binh GIIK <binh...@gmail.com> wrote:
Hi Katheeja,
Did you mean Oracle Database? If so, you can write an API for authentication process. Java has JPA and JWT to support the login/logout process. The API will accept username and password as parameters, then it'll process and respond with something like a token that contains the payload of data for client (your angular front-end ui).
On Sat, Nov 24, 2018 at 12:00 PM Katheeja Beevi <kathee...@gmail.com> wrote:

Hi,
   I have designed an UI using angular through node.js. Now for my web application I have to do login authentication and sign up using oracle as backend. Please help me with an idea. I don't find exact github examples using oracle.

--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ang...@googlegroups.com.

To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ang...@googlegroups.com.

To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ang...@googlegroups.com.

To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
Lucas Lacroix
Computer Scientist
Advanced Technology Division, MEDITECH

                
Subscribe to receive emails from MEDITECH or to change email preferences.

--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ang...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages