Dateflix app, the Tinder for Netflix
Dateflix app, the Tinder for Netflix
Postman Collection
·
Report Bug
·
Request Feature
This project was built with the following technologies:
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.git
- Enter in repository directory
cd dateflix
- Startup project
make install
- 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
Just run the command above.
make test
Distributed under the MIT License. See LICENSE
for more information.
Patrick Rodrigues - @pythrick - contact@patrickrodrigues.me
Project Link: https://github.com/pythrick/dateflix/
The project layout is based on Standard Go Project Layout.