PokeQL
14 mai 2019 | 1 min de lectureExplication
J'ai réalisé une application Pokédex basée sur ma propre progression dans le jeu Pokémon Go, avec ces technologies :
- ExpressJS: Framework Web rapide, dogmatique et minimaliste pour NodeJS
- Mongoose: Modélisation d'objets MongoDB élégante pour NodeJS
- GraphQL: Un langage de requête pour votre API
- TypeScript: TypeScript est un sur-ensemble typé de JavaScript qui se compile en JavaScript brut
- VueJS: Le Framework JavaScript Progressif
- Apollo: Remplacez de nombreuses APIs inflexibles par un seul système de requête polyvalent
Processus
Cloner le projet :
git clone https://github.com/dmnchzl/pokeql.git
Parties
Front-End | Back-End |
---|---|
Go To ReadMe | Go To ReadMe |
Licence
"THE BEER-WARE LICENSE" (Revision 42):
<phk@FreeBSD.ORG>
wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day,
and you think this stuff is worth it, you can buy me a beer in return. Damien Chazoule</phk@FreeBSD.ORG
>