Giter Site home page Giter Site logo

thanoschristidis / filmlibrary_json_sql_asp.net_webforms Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 59.36 MB

A small database first project which stores data from the Movie Database(TMDb) using JSON Data, SQL Server Management Studio and ASP.Net WinForms. JSON files are imported in SQL Server Database using T-SQL

C# 1.47% CSS 0.08% TSQL 0.25% JavaScript 97.98% ASP.NET 0.22%
net-winforms asp mssql-database json-api

filmlibrary_json_sql_asp.net_webforms's Introduction

FilmLibrary_JSON_SQL_ASP.NET_WinForms

The objective is to build a small project named MovieData. The application will use the API from The Movie DB (https://developers.themoviedb.org/3/getting-started), using an API key. The goal of this assignment is to implement an application or script that will retrieve and store movie information. The application must retrieve a list of the movies currently in theaters in Greece, along with at least the following attributes ● Title ● Description ● Original Title ● List of Directors ● The IMDB link to the profile of each of the directors

From https://api.themoviedb.org/3/discover/movie?api_key=bbb0e77b94b09193e6f32d5fac7a3b9c&region=GR&release_date.gte=2020-05-01&release_date.lte=2020-12-30&with_release_type=2|3, is the list of the movies which there are in greek theaters this period and I will use it in order to update Movie table. I assumed that the relationship between movies and directors is many to many for that reason I used the intermediate table MovieDirector.

I created an ASP.NET Web Application(.NET Framework) Web Forms Database First project. The database was connected with Asp.Net project implementing ADO.NET Entity Data Model

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.