Skip to content

claudiocantara/graphqlStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Study

This is an application for study, created only for this purpose.

Libs, Frameworks, etc.

Client

  • React
  • React Router
  • GraphQL
  • Apollo

Server

  • GraphQL
  • NodeJS
  • Nodemon
  • Babel-Node
  • MongoDB
  • Express

Use

Client and Server are in same project, you must navigate inside each folder, install they dependency npm init after run the task npm start, you will need two terminal's window. Server run at port 4000, Client run at port 3000.

At Server folder, you should create a config.js and write your moongoDB config there. EG:

export default {
  database: 'my-string-conector-here'
}

It will not be versioned by git.

About

This a study with GraphQL at Frontend and Backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors