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

https://github.com/bertovdev/my-pokedex

Interactive Pokedex and pokemon team made with JavaScript , PokApi , Axios , Express.js , MongoDb , Ejs
https://github.com/bertovdev/my-pokedex

axios css ejs expressjs gitbash javascript mongodb mongoose nodejs pokeapi-pokedex

Last synced: about 2 months ago
JSON representation

Interactive Pokedex and pokemon team made with JavaScript , PokApi , Axios , Express.js , MongoDb , Ejs

Awesome Lists containing this project

README

          

# My-pokedex
Interactive Pokedex and pokemon team made with JavaScript , NodeJs , PokApi , Axios , Express.js , MongoDb , Mongoose , Ejs
******************************************************************************************************************
How to Run it
* In any Bash to start the server
```
node index.js
```
* To start the mongo database , type this on two different bash:
```
mongod
```
```
mongo
```
* Then go to your web browser and type:
```
localhost:8080/pokedex
```
Demo:
********************************************************************************************************************
https://user-images.githubusercontent.com/62818001/129889954-b9e4559c-2ca1-4090-8610-c096529f6eb7.mp4