https://github.com/rawsashimi1604/pokedex-express
Full stack website for PokeDex, made using MongoDB and Express JS. Utilizes PokeAPI to get data.
https://github.com/rawsashimi1604/pokedex-express
api ejs expressjs fullstack-development mongodb nodejs pokemon pokemon-api
Last synced: 3 months ago
JSON representation
Full stack website for PokeDex, made using MongoDB and Express JS. Utilizes PokeAPI to get data.
- Host: GitHub
- URL: https://github.com/rawsashimi1604/pokedex-express
- Owner: rawsashimi1604
- Created: 2021-10-29T15:41:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T14:28:41.000Z (about 4 years ago)
- Last Synced: 2025-12-24T10:04:52.536Z (6 months ago)
- Topics: api, ejs, expressjs, fullstack-development, mongodb, nodejs, pokemon, pokemon-api
- Language: JavaScript
- Homepage: https://sheltered-retreat-58230.herokuapp.com/
- Size: 4.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PokeDex Express - A Full Stack Web Application

PokeDex Express is a full stack website that was built using [PokeAPI](https://pokeapi.co/). It displays all Pokemon in the Kanto region and their respective information.
Link: https://sheltered-retreat-58230.herokuapp.com/
Technologies Used
This application calls its own in built API, made using Express.js. Data is first seeded using PokeAPI into the MongoDB Atlas Cloud database, then queried using the API.
- Node.js
- Express.js
- MongoDB Atlas (Cloud)
- SCSS
- EJS
- Heroku (Hosting)
API Routes:
`/api/pokemon` **GET** All Kanto Pokemon
`/api/pokemon/:id` **GET** Specific Pokemon
`/api/abilities` **GET** All Abilities
`/api/abilities/:id` **GET** Specific Ability