Skip to content

NowPlay is a demo project, aims at recognizing musical taste of people based on different locations they're living.

License

Notifications You must be signed in to change notification settings

kiano0sh/nowplay-backend

Repository files navigation

NowPlay Back-end

This is the back-end of NowPlay project. You can find front-end here.

Project Idea

NowPlay is a demo project which aims on making a kind of social media which people be able to mark places on map and add their favorite musics or playlists to it, it is also possible for others to add songs/musics to those places, after a while we can recognize musical taste of people based on different locations. Right now it works with Soundcloud API but it is designed to work with other APIs as well.

Setup

Requirements

  • Node.js
  • Npm
  • Prisma CLI
  • docker-compose

Install

$ docker-compose up -d
$ prisma deploy
$ npm i

Note: in previous versions of prisma (before version 2), database should've start from container. the compose file is generated by prisma itself.

How does it work

$ npm start

About

NowPlay is a demo project, aims at recognizing musical taste of people based on different locations they're living.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published