Sound Music API enable devs customize and utilized for sigup/sigin features, create, update, delete and get songs, albums, artists and playlists for the users. It also has the option to like your favorite songs and offer personalized recommendations.
-
Deployed: https://sound-music-api.herokuapp.com/
-
API Doc: https://documenter.getpostman.com/view/12403851/TVYCBfrc
-
Documentation: https://www.notion.so/Sound-Music-App-aae38b324f2d4e3fa3c67c1193345069
-
First, clone this repo with
git clone
. -
Install dependencies,
npm install
-
Build,
npm run build
Fill Environment Variables
use: .env-example
to create the .env
file
Development Environment
npm run dev
This project runs on http://localhost:3000
Production Environment
npm start
-
Node.JS
-
Express
-
PostgreSQL
-
Carlos Sánchez - carlosvldz
-
Daniel Guecha - dagume
Feel free to contribute to the project!