Skip to content

exponentian/apollo-express-server-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Express Server Tutorial

Example: Authentication - Signup and Login

Technologies: Apollo, Express, GraphQL and MongoDB

Author: Ho Seok (Brandon) Oh

Resources

Objectives

  • Understanding of Node.js, GraphQL and Apollo Express Server
  • Authentication and Authroization
  • Knowledge of bcrypt and jsonwebtoken
  • Implimenting Create and Read operations
  • Data model schema design for server side
  • Using GraphQL Playground for visually exploring an Apollo Server
  • Testing data with Mocha and Chai

To start

  1. Download or clone
$ git clone https://github.com/exponentian/apollo-express-server-tutorial.git
  1. Install npm packages
$ npm install
  1. Start
$ npm start

Happy coding!