Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 594 Bytes

MusicRecommender

Music Recommendation System using postgres

Datasets

References

Commands

  1. Dump DB: pg_dump -d project -h localhost -U postgres > project.sql
  2. Load DB: psql -U postgres -d project -f project.sql (Create DB named porject before hand)