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
- Host: GitHub
- URL: https://github.com/guillaumelamanda/beer-app-apollo-graphql
- Owner: guillaumeLamanda
- Created: 2020-04-28T17:48:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T16:59:00.000Z (over 2 years ago)
- Last Synced: 2025-04-13T07:12:35.836Z (6 months ago)
- Topics: apollo, beer, graphql, hacktoberfest, reactjs, typescript
- Language: TypeScript
- Homepage: https://beer-app.lamanda.fr
- Size: 3.18 MB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to graphql-beer-app 🍺
> GraphQL Beers app with react
![]()
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)_