Skip to content

This project uses ORM with SQLite to store list of movies with its genre

License

Notifications You must be signed in to change notification settings

RobertNeat/movie_list

Repository files navigation

Project screenshots

  • main page list of the movies:

  • add new movie page:

  • details of the movie from the list:

  • edit movie element page:

  • delete movie element page:

Special dependencies:

  • .net 6
  • added secrets:

To add secrets click on the solution in the files pane then select "Manage User Secrets" (Zarządzaj kluczami tajnymi użytkownika) and paste:

{
  "ConnectionStrings": {
    "Default": "Data Source=movies.db"
  }
}
  • SQLite - project uses relational database and ORM, so intall it besore launching project

About

This project uses ORM with SQLite to store list of movies with its genre

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published