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

Added apis in backend #1457

Merged
merged 6 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions database/backend/api.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
[
{
"name": "Google Maps API",
"description": "Google Maps Platform offers a free $200 monthly credit for Maps, Routes, and Places.",
"url": "https://developers.google.com/maps",
"category": "backend",
"subcategory": "api"
},
{
"name": "Stripe",
"description": "Stripe is a suite of payment APIs that powers commerce for online businesses of all sizes.",
"url": "https://stripe.com",
"category": "backend",
"subcategory": "api"
},
{
"name": "Youtube API",
"description": "The YouTube Data API (v3) lets you incorporate YouTube's functionality into your own application.",
"url": "https://developers.google.com/youtube",
"category": "backend",
"subcategory": "api"
},
{
"name": "RapidAPI",
"description": "RapidAPI is the world's largest API marketplace with over 1,000,000 developers and 10,000 APIs.",
"url": "https://rapidapi.com",
"category": "backend",
"subcategory": "api"
},
{
"name": "Movie API",
"description": "The Movie API is a RESTful web service to obtain movie information, all content, and images.",
"url": "https://www.omdbapi.com",
"category": "backend",
"subcategory": "api"
},
{
"name": "Spotify API",
"description": "The Spotify Web API is a set of web APIs to access Spotify's database of music, artists, albums, and playlists.",
"url": "https://developer.spotify.com",
"category": "backend",
"subcategory": "api"
},
{
"name": "Free Weather API",
"description": "OpenWeather is a team of IT experts and data scientists that has been practicing deep weather.",
"url": "https://openweathermap.org/api",
"category": "backend",
"subcategory": "api"
},
{
"name": "Joke API",
"description": "The JokeAPI is a REST API that serves uniformly and well-formatted jokes.",
"url": "https://sv443.net/jokeapi/v2/",
"category": "backend",
"subcategory": "api"
},
{
"name": "Twitter API",
"description": "Twitter's API enables programmatic access the site in unique and advanced ways.",
"url": "https://developer.twitter.com/en/docs/twitter-api",
"category": "backend",
"subcategory": "api"
},
{
"name": "Facebook API",
"description": "The Facebook API is a platform for building applications that are available to the members of the social network of Facebook.",
"url": "https://developers.facebook.com",
"category": "backend",
"subcategory": "api"
},
{
"name": "Instagram API",
"description": "Instagram's API can be used to build non-automated, authentic, high-quality apps and services.",
"url": "https://developers.facebook.com/docs/instagram",
"category": "backend",
"subcategory": "api"
},
{
"name": "PayPal API",
"description": "Developers can use PayPal's API to authorize payments, capture authorized payments, refund captured payments, and display payment information.",
"url": "https://developer.paypal.com/docs/api/overview",
"category": "backend",
"subcategory": "api"
},
{
"name": "WhatsApp API",
"description": "The WhatsApp Business API is a fast, secure, and reliable way for businesses to reach their customers all over the world.",
"url": "https://developers.facebook.com/docs/whatsapp",
"category": "backend",
"subcategory": "api"
},
{
"name": "PayTM API",
"description": "Paytm is an Indian e-commerce payment system and financial technology company, based in Noida, India.",
"url": "https://developer.paytm.com/docs",
"category": "backend",
"subcategory": "api"
},
{
"name": "Stock API",
"description": "Alpha Vantage offers free stock APIs in JSON and CSV formats for real-time and historical equity, forex, cryptocurrency data, and over 50 technical indicators.",
"url": "https://www.alphavantage.co",
"category": "backend",
"subcategory": "api"
}
]
5 changes: 5 additions & 0 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ export const sidebarData: ISidebar[] = [
resources: DB.systemDesign,
},
{ name: 'database', url: '/database', resources: DB.database },
{
name:'APIs',
url: '/api',
resources: DB.api,
}
],
},
{
Expand Down
1 change: 1 addition & 0 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export { default as testing } from './backend/testing.json'
export { default as validation } from './backend/validation.json'
export { default as systemDesign } from './backend/system-design.json'
export { default as database } from './backend/database.json'
export {default as api} from './backend/api.json'
// languages
export { default as javascript } from './languages/javascript.json'
export { default as python } from './languages/python.json'
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.