- Muchas notas - Fran Acién

20220604 - Zet Sprint Day 3

Hei Ya All!! Today is the third day in the spring. The tasks we did yesterday:

From 20220324 - Zet - Formal requirements - Editor:

  • 1.30: Shall create connection between notes
  • 1.31: Shall open a window with [[

For today I would like to start creating some function relataled to the backend. The requirements are listed in 20220325 - Zet - Formal requirements - API:

  • Get notes
  • Get titles
  • Update note

The connection of angular with the api is made using services. Here is the oficial documentation of services. And this is a really good example of services. It is important to use CORS in express, that is used to restrict the access of the api, this way to can put that you accept only request from a specific domain.