Skip to content

Basic Blog System - using .Net and Angular. The .Net Web API (with Entity Framework) - features implemented: user management, authorization (with hash), likes, follows, posting, and messaging. The Angular app implemented only the messaging system.

License

Notifications You must be signed in to change notification settings

iMelki/blog-sys-api

Repository files navigation

  1. Clone this repo
  2. cd into the API folder
  3. Run dotnet build
  4. Run dotnet watch run
  5. cd into the client folder
  6. Run npm install
  7. Run ng serve
  • You can use the Angular app to test the messaging system
  • You can use the BlogSystem.postman_collection.json file inside the Testing folder to test the rest

About

Basic Blog System - using .Net and Angular. The .Net Web API (with Entity Framework) - features implemented: user management, authorization (with hash), likes, follows, posting, and messaging. The Angular app implemented only the messaging system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published