furkanriza / Anadolu_Ajansi_intern_workspace

0 stars 0 forks source link

Todo List App #8

Open furkanriza opened 1 year ago

furkanriza commented 1 year ago

It is planned for thursday to complete the api of the todo list application and create a login page for the application. The AsigmentController that manages the to-do list has been completed and tested with postman. Fetch functions corresponding to these methods were written and tested on the frontend. Afterwards, the requirements for managing user operations were added to the api. User model, UserRepository, UserService, and UserController has been added to backend. On the frontend, the necessary components for the login page were created and the user interface was created. Endpoints have been created in UserController and tested on postman. For user ui; Cross Origin Request has been activated for giving the permission to the ui address. Login page ui has been created with a html template. Fetchs were written and user verification provided. Valid and invalid entries were logged. For tomorrow, it is planned to direct the user from the login page to his own panel by routing or linking from the user page.

Assignment endpoints

image

image

image

image

image

image

image

UI

image

image

image

image

User endpoints

image

image

image

image

image

image

Login UI

image