A Movie Media Web Application developed using ASP.NET Core API and Vue.js
The project focuses on collecting movie and media data from Elcinema, processing it, and delivering it through a structured API for a dynamic frontend application.
? Technologies Used
ASP.NET Core Web API
Vue.js
C#
SQLite Database
JSON Data Processing
Web Scraping
? Project Features
Scraping movie and media data from Elcinema
Converting scraped data into JSON format
Storing structured data in SQLite database
Building RESTful API endpoints
Connecting the Vue.js frontend with the ASP.NET Core backend
Implementing backend logic for handling media data
? Development Role
Worked in a team of two developers
Participated in:
Designing API endpoints
Processing and storing scraped data
Backend logic implementation
Integrating the frontend with backend services
? Project Workflow
Scrape media information from Elcinema.
Convert the extracted data into JSON format.
Store the processed data inside SQLite database.
Build API endpoints using ASP.NET Core.
Connect the Vue.js frontend to consume the API.