Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 968 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 968 Bytes

SocialApp

Everything that has been done in this project:

  1. Setting up the developer environment

  2. Creating the ASP.NET Core WebAPI and the Angular app using the DotNet CLI and the Angular CLI

  3. Adding a Client side login and register function to our Angular application

  4. Adding 3rd party components to add some pizzazz to the app

  5. Adding routing to the Angular application and securing routes.

  6. Using Automapper in ASP.NET Core

  7. Building a great looking UI using Bootstrap

  8. Adding Photo Upload functionality as well as a cool looking gallery in Angular

  9. Angular Template forms and Reactive forms and validation

  10. Paging, Sorting and Filtering

  11. Adding a Private Messaging system to the app

  12. Using SignalR for real time presence and live messaging between users

  13. Publishing the application to FLY.IO free of charge

  14. Automating Docker build, publish, and deployment with GitHub Action

  15. Many more things as well