The API for Dateflix APP, the Tinder for Netflix
Postman Collection
·
Report Bug
·
Request Feature
Project developed during live coding session at Twitch. This is a web app to find someone to watch Netflix with you, something similar to Tinder.
The project has two different repositories: the backend API and the frontend website.
List of the major frameworks this project is using.
To get a local copy up and running follow these simple example steps.
List of things you need to use the software and how to install them.
- Create a Facebook App for Instagram, following this tutorial.
- Get a API Tokenb for The Movie DB, following this tutorial
- Clone the repo
git clone https://github.com/pythrick/dateflix-api.git
- Enter in repository directory
cd dateflix-api
- Startup project
make init
- Run the API
make run
- Import the Postman collection, following this tutorial.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Patrick Rodrigues - @pythrick - [email protected]
Project Link: https://github.com/pythrick/dateflix-api/