PokeQL
May 14th, 2019 | 1 min readExplanation
I made a PokΓ©dex app (in French) based on my own progression in the PokΓ©mon Go game, with these technologies:
- ExpressJS: Fast, unopinionated, minimalist Web Framework for NodeJS
- Mongoose: Elegant MongoDB object modeling for NodeJS
- GraphQL: A query language for your API
- TypeScript: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript
- VueJS: The Progressive JavaScript Framework
- Apollo: Replace many inflexible APIs with a single versatile query system
Process
Clone the project:
git clone https://github.com/dmnchzl/pokeql.git
Parts
Front-End | Back-End |
---|---|
Go To ReadMe | Go To ReadMe |
License
"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
>