An open API service indexing awesome lists of open source software.

https://github.com/guillaumelamanda/beer-app-apollo-graphql

GraphQL example implementation, with Apollo Sever in TS, React + Apollo client and Type generation from schema
https://github.com/guillaumelamanda/beer-app-apollo-graphql

apollo beer graphql hacktoberfest reactjs typescript

Last synced: 6 months ago
JSON representation

GraphQL example implementation, with Apollo Sever in TS, React + Apollo client and Type generation from schema

Awesome Lists containing this project

README

          

Welcome to graphql-beer-app 🍺



Version

Documentation


License: MIT

> GraphQL Beers app with react



License: MIT




GIF by Cliply.co

### 🏠 [Homepage](https://beer-app.lamanda.fr/)

### ✨ [Demo](https://beer-app.lamanda.fr/)

--------------------------

## About

This project is an example of the 29/04 BrestJS conference.
It displays a beer list, allows a user to connect, and add beers as favorite.

It is a mono repository using yarn workspaces. It contains 3 packages:

- schema: GraphQL schema and autogenerated types
- server: Apollo server written in TypeScript
- client: React application using Apollo Client

--------------------------

## Install Dependencies

```sh
yarn install
```

## Usage

### Up Server

```sh
yarn server:dev
```

### Up Client

```sh
yarn client:dev
```

## Author

👤 **Guillaume Lamanda **

* Website: https://lamanda.fr/
* Twitter: [@https:\/\/twitter.com\/OlamsInc](https://twitter.com/https:\/\/twitter.com\/OlamsInc)
* Github: [@guillaumeLamanda](https://github.com/guillaumeLamanda)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/guillaumeLamanda/beer-app-apollo-graphql/issues).

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_