Skip to content

vadymmarkov/reviewery-server

Repository files navigation

Description

Node.js server for Reviewery iOS application.

Reviewery is an iOS application to rate songs in Spotify playlists. It's a hobby project built in React Native. Read more in my Medium article.

Packages

API Endpoints

GET /api/users
GET /api/users/:id
GET /api/charts
GET /api/charts/:id
POST /api/charts
DELETE /api/charts/:id
PATCH /api/charts/:id/review
GET /api/charts/:id/top
GET /api/charts/:id/playlists
GET /api/charts/:chartId/playlists/:playlistId
DELETE /api/charts/:chartId/playlists/:playlistId
PATCH /api/charts/:chartId/playlists/:playlistId/review
GET /api/charts/:chartId/playlists/:playlistId/top

Installation

After cloning this repo setup environment variables with direnv

cp .envrc-sample .envrc
direnv allow
npm install
DEBUG=myapp:* npm start

Author

Vadym Markov, markov.vadym@gmail.com

Contributing

Check the CONTRIBUTING file for more info.

License

Reviewery is available under the MIT license. See the LICENSE file for more info.

About

Node.js server for Reviewery iOS application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published