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: