Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backend] create an api endpoint to get the list of videos and share links #86

Open
lcfb91 opened this issue Mar 21, 2020 · 0 comments
Open

Comments

@lcfb91
Copy link
Contributor

lcfb91 commented Mar 21, 2020

the reply should be

[
  {
    "title": "<title>",
    "description": "description",
    "link": "<youtube_link>",
    "share": {
          "facebook": "<facebook_video_link>",
          "twitter": "<twitter_video_link>"
    }
  },
  ...
]
carlospombeiro pushed a commit that referenced this issue Mar 21, 2020
Database scripts estão no ficheiro db/schema-videos.sql
lcfb91 pushed a commit that referenced this issue Mar 22, 2020
* api endpoint to get videos and share links (#86)

Database scripts estão no ficheiro db/schema-videos.sql

* Add Development Environment to Insomnia

* More dummy data

Co-authored-by: Carlos Pombeiro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant