Sunday, 23 April 2017

Are Angular + some Mysql queries enough without backend?

I am a rookie. I am developing a web application with angular by following angular doc. I used angular-cli to create my first project. When I start it with "npm start" a server runs. Does that mean it's backend? But the codes I am writing on project can be seen in browser by inspecting. So should I use another server for backend?

is it safe to write all the controllers views and models on this project or should I use another project or folder for backend and put all these crucial code(sql queries) there.



via Zahid çoban

No comments:

Post a Comment