Comp-490-SeniorProject / site

MIT License
0 stars 1 forks source link

Addition of the sign in page, header, footer, static pages, and test user login components. #24

Closed korellana89 closed 2 years ago

korellana89 commented 2 years ago

I have added the sign in page with a login form. The form does not currently work.

To have a working navbar, I created empty about and product page components. David and I created the homepage component and set it as the app-root's default path. All these components have their routing paths set up.

The header contains a navbar and it is included in the app template.

The footer does not have content but it has been added to the app template.

I started testing how user authentication will work so I created an admin page that is protected from users that have not been authenticated, a user model with username and password fields, a router guard(protects admin page) and an authentication service(handles authentication).