Skip to content

elalecode/filmsnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filmsnet

A web app to search films by title, actor or genre.

Requirements

Getting started

First one, download the repository.

git clone https://github.com/elalecode/filmsnet.git

Update the file appsettings.Development.json with the databes credentials, replace [SERVER], [DATABASE], [USER] and [PASSWORD] into DefaultConnection property:

{
  "ConnectionStrings": {
    "DefaultConnection": "Data Source=[SERVER];Initial Catalog=[DATABASE];user id=[USER];password=[PASSWORD];TrustServerCertificate=true"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}

Then, open a terminal and run the follow command to create the tables and populate it:

dotnet ef database update

Finally, open the solution with Visual Studio and start the solution and enjoy searching films.

About

Web app to search films by title, actor and genre.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published