Code Monkey home page Code Monkey logo

animeandgamesmusic's Introduction

AnimeAndGamesMusic

This is a web app built using ASP.NET Framework that allows users to explore and search for anime, retrieve information about anime songs, and discover the artists associated with those songs.

Features

  • List all anime: Retrieve a list of all anime available in the database.
  • Search for anime: Search for specific anime by title, genre, or other filters.
  • Get anime songs and artist names: Retrieve a list of anime songs along with the names of the artists who performed them.
  • Get artist details: Retrieve detailed information about a specific artist, including their biography, discography, and social media profiles.
  • List artists and the anime they sang in: View a list of artists and the anime series they contributed songs to.

Technologies Used

  • ASP.NET Framework: The primary framework used for the backend development.
  • C#: The programming language used to write the server-side code.
  • Entity Framework: An object-relational mapper used for database management.
  • SQL Server: The relational database management system for storing anime, songs, and artist data.
  • HTML, CSS, and JavaScript: The core technologies used for the frontend development.
  • Bootstrap: A frontend framework used for designing responsive and user-friendly interfaces.

API Endpoints

  • GET /api/anime: Retrieves a list of all anime.
  • GET /api/anime/{id}: Retrieves detailed information about a specific anime.
  • GET /api/anime/search?q={query}: Searches for anime based on the provided query.
  • GET /api/anime/{id}/songs: Retrieves a list of songs for a specific anime.
  • GET /api/artists/{id}: Retrieves detailed information about a specific artist.
  • GET /api/artists: Retrieves a list of all artists.
  • GET /api/artists/{id}/anime: Retrieves a list of anime that an artist has contributed songs to.

#sql script `sql SET IDENTITY_INSERT [dbo].[Albums] ON INSERT INTO [dbo].[Albums] ([AlbumId], [AlbumTitle], [ReleaseYear], [ArtistId], [HasPic], [PicExtension]) VALUES (1, N'Neon Genesis Evangelion Original Soundtrack', 1995, 1, 0, NULL) INSERT INTO [dbo].[Albums] ([AlbumId], [AlbumTitle], [ReleaseYear], [ArtistId], [HasPic], [PicExtension]) VALUES (2, N'Tokyo Ghoul Original Soundtrack', 2014, 2, 0, NULL) INSERT INTO [dbo].[Albums] ([AlbumId], [AlbumTitle], [ReleaseYear], [ArtistId], [HasPic], [PicExtension]) VALUES (5, N'Demon Slayer: Kimetsu no Yaiba Original Soundtrack', 2019, 3, 0, NULL) INSERT INTO [dbo].[Albums] ([AlbumId], [AlbumTitle], [ReleaseYear], [ArtistId], [HasPic], [PicExtension]) VALUES (6, N'Fullmetal Alchemist Brotherhood Original Soundtrack', 2009, 4, 0, NULL) SET IDENTITY_INSERT [dbo].[Albums] OFF

animeandgamesmusic's People

Contributors

mayesamomo avatar prabhjotsingh03 avatar williamphk avatar wingck avatar

Watchers

 avatar  avatar

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.