Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 726 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 726 Bytes

Movies Clash Backend

Simple backend server with custom built fake JSON database for Movies Clash App

About this README

This readme is supposed only to provide basic and most important information, so you won't find any implementation details in it.

Quick start

The solely purpose of this little express server is to provide Movies Clash App with basic working API.

GET 'https://frozen-inlet-56856.herokuapp.com/recommendations' - returns an array of movies.

GET 'https://frozen-inlet-56856.herokuapp.com/accepted' - returns an array of accepted movies, refresh after every App render

GET 'https://frozen-inlet-56856.herokuapp.com/rejected' - returns an array of rejected movies, refresh after every App render