oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.
This document is stored on GitHub
This project consist about managing a bookmarks and embed media(photos,videos) from providers like (vimeo,flickr,...)
You can add others providers like youtube, slideshare and more but it is not fully supported yet in this project see more about adding more proivders
- nodejs LTS installed
- npm installed
- The backend server installed and running
- clone or download the project
- open the terminal in the root directory
- run the command
$ npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!