Skip to content

Jarvi5x01/Lanze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Music Player Web App This website scrapes through different free music websites and allows users to listen to their favorite musics. Goals: * Eventually implement Machine Learning to recommend songs * Create an iOS app with caching for offline usages * Scrape as many websites as possible and provide an ultimate API * User-based operations such as different users, CRUD playlists, etc.

Installation

Install requirements: pip install -r requirement.txt

Run Server Locally

  • python manage.py runserver
  • Go to: localhost:8000