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

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.

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