I don't have a clue where to start to do this. I have a form in AngularJS, and I want it to append the data send through it to a json file. I know AngularJS it's just client-side, so my problem is on how to handle the data that the form is sending. The workflow i'm looking for is simply:
Angular Form -> Send through ¿POST? -> ??? -> Data added to file.json
What could I use to handle a POST from AngularJS?