thewickermilko / DatingApp-net8

0 stars 0 forks source link

Create the Angular part #1

Closed thewickermilko closed 1 month ago

thewickermilko commented 1 month ago

Create the walking skeleton and add:

  1. Angular project files
  2. Angular bootstrap
  3. Angular HTTP Client Service
thewickermilko commented 1 month ago

1b1d2db - Added Angular v17 to the project. Modified home page.

thewickermilko commented 1 month ago

47da023 - Program.cs - added CORS support for the API. app.component.ts - added request for users.

thewickermilko commented 1 month ago

3ef2587 - app.component.html - added list to display users.

thewickermilko commented 1 month ago

3a4735f - added "Bootstrap" to the project.

thewickermilko commented 1 month ago

d2b07c7 - angular.json - created mkcert. Created "localhost-key.pem" and "localhost.pem" files. https://github.com/FiloSottile/mkcert - repo used