Skip to content

WhatMusicDoILike-MusicWebApp/WhatMusicDoILikeBackEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatMusicDoILike? Backend

Overview

This code package contains the backend logic for providing the playlist transferring service from Youtube Music to Spotify, via the Spotify Web API, Google YoutubeMusic API. This is a Flask-based backend application using SQLAlchemy for database management. The project follows a modular structure, with database models defined in /app/models and API endpoints located in /app/routes.

Project Structure

/app
  |-- models/       # Contains database table definitions
  |-- routes/       # Contains API endpoint implementations

Technologies Used

  • Flask: Lightweight web framework for Python
  • SQLAlchemy: ORM for database interactions
  • Python: Programming language for backend development

API Endpoints

All API endpoints are defined in the /app/routes directory.

Database Models

All database table definitions are found in /app/models, using SQLAlchemy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages