Skip to content

przemkow/microblog-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microblog apollo-graphql example

Example of microblog aplication using apollo-graphql implemented in Apollo Server, Vue Angular and React

Slides:

https://slides.com/przemkow/introduction-to-apollo-graphql

How to run:

Server:

$ cd server
$ npm install
$ npm run start
OR
$ npm run dev // with live reloading

Angular Client:

$ cd angular-client
$ npm install
$ npm run start

Vue Client:

$ cd vue-client
$ npm install
$ npm run serve

React Client:

$ cd vue-client
$ npm install
$ npm run start

Client credentials:

email: 'test@email.com'
password: '1234'

Feature examples:

master - basic app example

http-batching- apollo client http batching

optimistic-ui- apollo client optimistic UI

apollo-tooling - apollo tooling, types generation

About

fullstack example of apollo graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published