Wednesday 21 August 2019

Connecting Node.js backend with Angular

I made a simple Node.js app containig simple login-logout system(passport.js) and simple CRUD operations with database (MongoDB). Website currently uses ejs (Embedded JavaScript) to plug variable in my html pages, there is no css.Then there is a Angular frontend designed by someone else independently for the above app using TS.Problem is I don't know any Angular as of now. I need to connect the Node backend with Angular. I need a high level overview, someone to point me right direction on how to go about doing this. Should I build Angular front end over my Node app.js file or other way around ?

Submitted August 21, 2019 at 08:42PM by wrongtake

No comments:

Post a Comment