ProdFeed
1.0.0
This is a demo application showing how to build an activity feed using ASP.NET Core MVC and Pusher. You can read the tutorial on how it was built here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This tutorial uses the following:
First of all, clone the repository to your local machine:
$ git clone https://github.com/dongido001/ProdFeed.git
Next, cd into the project and open it with Visual Studio Code editor:
$ cd ProdFeed
$ code .
Next, from your Visual Studio Code, click on Startup.cs
file.
Then,
Build and run the project by pressing Debug (F5).
Finally, visit http://localhost:5000/Product and http://localhost:5000/Feed to see the project in action.
Thanks to the ASP.NET Core team for their amazing guide on how to use the framework.