SISNET (Spotify Instant Search for .NET) is a song browser for 1 million Spotify songs from this dataset. Built using C# and Razor Pages in .NET Core 8. Provides fast and accurate results, with filtering options for finding songs instantly.
Follow the steps below to set up and run the project on your local machine.
Before you begin, ensure you have the following installed on your system:
- .NET Core SDK version 8.x
- Visual Studio 2022 or any other editor of your choice.
1 - Clone the repository:
git clone https://github.com/c-franco/sisnet.git
cd sisnet2 - Open the project in your code editor.
3 - Run the project:
dotnet run- .NET Core 8 - Cross-platform development platform.
- C# - Object-oriented multiparadigm programming language.
- Razor Pages - Simplified page-centric development model for .NET.
- Algolia - Instant Search provider.
- Kaggle - Spotify 1 million songs dataset.
- Lucide - Beautiful SVG icons.
- MonsterASP.NET - Hosting provider.