Skip to content

iurii-kyrylenko/hobbies-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server for MyHobbies Application

Based on Apollo Server v4

Data Sources:

  • MongoDB
  • TMDB REST API
  • Google REST API

Server landing page: https://hobbies-graphql.onrender.com

Client live demo: https://hobbies-graphql-client.onrender.com

Client project: https://github.com/iurii-kyrylenko/hobbies-graphql-client

Environment variables:

CONNECTION_STRING = mongodb://localhost/hobbies
JWT_SECRET = ...
GOOGLE_BOOKS_API = https://www.googleapis.com/books/v1/
TMDB_API = https://api.themoviedb.org/3/
TMDB_IMAGE_STORE = https://image.tmdb.org/t/p/
TMDB_API_KEY = ...
CAPTCHA_SECRET = ...
CAPTCHA_API = https://www.google.com/recaptcha/api/
PORT = 4000

About

GraphQL Server (Apollo v4) with MongoDB connection to my-hobbies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors