Skip to content

jnapprogs/RssFeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RssFeeder

Running the application

If you are going to run the application, you will need SQL Server Developer Edition and Visual Studio Community Edition

To setup the database, right-click on the RssFeeder project and select Manage User Secrets. Inside of the JSON, enter the following:

"ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Database=RssFeeder;Trusted_Connection=True;MultipleActiveResultSets=true"
 }

You will need to download the Entity Framework CLI tool to run the database migrations and it can be downloaded here. Open a terminal and navigate into the project (not the solution) and run the following command: dotnet ef migrations add InitialProjectMigration. After the project is built and the migration is complete, run the command dotnet ef database update to create the database tables. The application should be ready to go.

If there are any errors, feel free to notify me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published