Game to discover who Pokémon was drawn. A Full stack project with integrated back-end, front-end and database.
- React.ts
- React-router
- React-testing-library
- Jest
- Css
- Typescript
- Javascript
- Express.ts
- Chai
- Mocha
- Sinon
- Cors
- Dotenv
- Mysql
- Pretier
Was developed a game that draws a pokemon and expects the player to guess its name based on the pokemon's weight, height and type. There is also a pokedex where you can check all pokemons, edit, delete and add new ones. I used poke_api as a base and from it then I create a mysql database, a CRUD API to store the pokemons and be the bridge between applications such as front-end, database and api of the pokemons using docker.
- Clone the repository:
git clone [email protected]:Davisralves/who_is_tha_pokemon.git
- Execute o commando:
docker-compose up
Finished.